Skip to content

Commit

Permalink
Reset the BUILD_ID for test builds after releasing 0.12.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
paoloshasta committed May 12, 2024
1 parent 1a3504f commit 4826af0
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.11.1 at commit "$GITHUB_SHA
cmake .. -DBUILD_ID="Shasta Release 0.12.0"
cmake .. -DBUILD_ID="Shasta unreleased test build newer than release 0.12.0 at commit "$GITHUB_SHA
# cmake .. -DBUILD_ID="Shasta Release 0.12.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.11.1 at commit "$GITHUB_SHA
cmake .. -DBUILD_DYNAMIC_EXECUTABLE=OFF -DBUILD_DYNAMIC_LIBRARY=OFF -DBUILD_ID="Shasta Release 0.12.0 minimal build"
cmake .. -DBUILD_DYNAMIC_EXECUTABLE=OFF -DBUILD_DYNAMIC_LIBRARY=OFF -DBUILD_ID="Shasta unreleased test build newer than release 0.12.0 at commit "$GITHUB_SHA
# cmake .. -DBUILD_DYNAMIC_EXECUTABLE=OFF -DBUILD_DYNAMIC_LIBRARY=OFF -DBUILD_ID="Shasta Release 0.12.0 minimal build"
make -j 2 all
make install/strip
mv shasta-install shasta-Ubuntu-22.04
Expand Down

0 comments on commit 4826af0

Please sign in to comment.