Skip to content

Commit

Permalink
Set the BUILD_ID for 0.11.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
paoloshasta committed Nov 2, 2022
1 parent 35b768d commit fb11af2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
tar -cvf shasta-docs.tar --transform='s/docs/shastaDocs/' docs
mkdir shasta-build
cd shasta-build
cmake .. -DBUILD_ID="Shasta unreleased test build newer than release 0.10.0 at commit "$GITHUB_SHA
# cmake .. -DBUILD_ID="Shasta Release 0.10.0"
# cmake .. -DBUILD_ID="Shasta unreleased test build newer than release 0.10.0 at commit "$GITHUB_SHA
cmake .. -DBUILD_ID="Shasta Release 0.11.0"
make -j 2 all
make install/strip
mv shasta-install shasta-Ubuntu-22.04
Expand Down Expand Up @@ -55,8 +55,8 @@ jobs:
lsb_release -a
mkdir shasta-build
cd shasta-build
cmake .. -DBUILD_DYNAMIC_EXECUTABLE=OFF -DBUILD_DYNAMIC_LIBRARY=OFF -DBUILD_ID="Shasta unreleased test build newer than release 0.10.0 at commit "$GITHUB_SHA
# cmake .. -DBUILD_DYNAMIC_EXECUTABLE=OFF -DBUILD_DYNAMIC_LIBRARY=OFF -DBUILD_ID="Shasta Release 0.10.0 minimal build"
# cmake .. -DBUILD_DYNAMIC_EXECUTABLE=OFF -DBUILD_DYNAMIC_LIBRARY=OFF -DBUILD_ID="Shasta unreleased test build newer than release 0.10.0 at commit "$GITHUB_SHA
cmake .. -DBUILD_DYNAMIC_EXECUTABLE=OFF -DBUILD_DYNAMIC_LIBRARY=OFF -DBUILD_ID="Shasta Release 0.11.0 minimal build"
make -j 2 all
make install/strip
mv shasta-install shasta-Ubuntu-22.04
Expand Down

0 comments on commit fb11af2

Please sign in to comment.