Skip to content

Commit

Permalink
Make release CI added
Browse files Browse the repository at this point in the history
  • Loading branch information
lelandaisb committed Feb 27, 2024
1 parent 0321116 commit ef568cd
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/make-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Make release

on:
push:
tags:
- '*'

jobs:
call:
name: Call check version CI
uses: LIHPC-Computational-Geometry/spack_recipes/.github/workflows/make-release-reusable.yml@main
10 changes: 10 additions & 0 deletions cmake/version.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#
# version.cmake : version du projet
#

set (MACHINE_TYPES_MAJOR_VERSION "2")
set (MACHINE_TYPES_MINOR_VERSION "0")
set (MACHINE_TYPES_RELEASE_VERSION "0")
set (MACHINE_TYPES_VERSION ${MACHINE_TYPES_MAJOR_VERSION}.${MACHINE_TYPES_MINOR_VERSION}.${MACHINE_TYPES_RELEASE_VERSION})


0 comments on commit ef568cd

Please sign in to comment.