Skip to content
This repository has been archived by the owner on Oct 13, 2022. It is now read-only.

Commit

Permalink
Change the BUILD_ID for GitHub Actions to 0.10.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
paoloczi committed May 9, 2022
1 parent e1fd5a3 commit e9c39ee
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,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.9.0 at commit "$GITHUB_SHA
# cmake .. -DBUILD_ID="Shasta Release 0.9.0"
# cmake .. -DBUILD_ID="Shasta unreleased test build newer than release 0.9.0 at commit "$GITHUB_SHA
cmake .. -DBUILD_ID="Shasta Release 0.10.0"
make -j 2 all
make install/strip
mv shasta-install shasta-Ubuntu-20.04
Expand Down Expand Up @@ -54,9 +54,9 @@ jobs:
lsb_release -a
mkdir shasta-build
cd shasta-build
cmake .. -DBUILD_DYNAMIC_EXECUTABLE=OFF -DBUILD_DYNAMIC_LIBRARY=OFF -DBUILD_WITH_HTTP_SERVER=OFF \
-DBUILD_ID="Shasta unreleased test build newer than release 0.9.0 at commit "$GITHUB_SHA
# cmake .. -DBUILD_DYNAMIC_EXECUTABLE=OFF -DBUILD_DYNAMIC_LIBRARY=OFF -DBUILD_WITH_HTTP_SERVER=OFF -DBUILD_ID="Shasta Release 0.9.0 minimal build"
# cmake .. -DBUILD_DYNAMIC_EXECUTABLE=OFF -DBUILD_DYNAMIC_LIBRARY=OFF -DBUILD_WITH_HTTP_SERVER=OFF \
# -DBUILD_ID="Shasta unreleased test build newer than release 0.9.0 at commit "$GITHUB_SHA
cmake .. -DBUILD_DYNAMIC_EXECUTABLE=OFF -DBUILD_DYNAMIC_LIBRARY=OFF -DBUILD_WITH_HTTP_SERVER=OFF -DBUILD_ID="Shasta Release 0.10.0 minimal build"
make -j 2 all
make install/strip
mv shasta-install shasta-Ubuntu-20.04
Expand All @@ -80,8 +80,8 @@ jobs:
run: |
mkdir shasta-build
cd shasta-build
cmake .. -DBUILD_ID="Shasta unreleased test build for macOS-11 newer than release 0.9.0 at commit "$GITHUB_SHA
# cmake .. -DBUILD_ID="Shasta Release 0.9.0 for macOS-11 with Intel processors"
# cmake .. -DBUILD_ID="Shasta unreleased test build for macOS-11 newer than release 0.9.0 at commit "$GITHUB_SHA
cmake .. -DBUILD_ID="Shasta Release 0.10.0 for macOS-11 with Intel processors"
make VERBOSE=1 -j 2 all
make install/strip
# See what libraries the executable depends on.
Expand Down

0 comments on commit e9c39ee

Please sign in to comment.