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

Commit e9c39ee

Browse files
committed
Change the BUILD_ID for GitHub Actions to 0.10.0.
1 parent e1fd5a3 commit e9c39ee

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/Build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
tar -cvf shasta-docs.tar --transform='s/docs/shastaDocs/' docs
1919
mkdir shasta-build
2020
cd shasta-build
21-
cmake .. -DBUILD_ID="Shasta unreleased test build newer than release 0.9.0 at commit "$GITHUB_SHA
22-
# cmake .. -DBUILD_ID="Shasta Release 0.9.0"
21+
# cmake .. -DBUILD_ID="Shasta unreleased test build newer than release 0.9.0 at commit "$GITHUB_SHA
22+
cmake .. -DBUILD_ID="Shasta Release 0.10.0"
2323
make -j 2 all
2424
make install/strip
2525
mv shasta-install shasta-Ubuntu-20.04
@@ -54,9 +54,9 @@ jobs:
5454
lsb_release -a
5555
mkdir shasta-build
5656
cd shasta-build
57-
cmake .. -DBUILD_DYNAMIC_EXECUTABLE=OFF -DBUILD_DYNAMIC_LIBRARY=OFF -DBUILD_WITH_HTTP_SERVER=OFF \
58-
-DBUILD_ID="Shasta unreleased test build newer than release 0.9.0 at commit "$GITHUB_SHA
59-
# cmake .. -DBUILD_DYNAMIC_EXECUTABLE=OFF -DBUILD_DYNAMIC_LIBRARY=OFF -DBUILD_WITH_HTTP_SERVER=OFF -DBUILD_ID="Shasta Release 0.9.0 minimal build"
57+
# cmake .. -DBUILD_DYNAMIC_EXECUTABLE=OFF -DBUILD_DYNAMIC_LIBRARY=OFF -DBUILD_WITH_HTTP_SERVER=OFF \
58+
# -DBUILD_ID="Shasta unreleased test build newer than release 0.9.0 at commit "$GITHUB_SHA
59+
cmake .. -DBUILD_DYNAMIC_EXECUTABLE=OFF -DBUILD_DYNAMIC_LIBRARY=OFF -DBUILD_WITH_HTTP_SERVER=OFF -DBUILD_ID="Shasta Release 0.10.0 minimal build"
6060
make -j 2 all
6161
make install/strip
6262
mv shasta-install shasta-Ubuntu-20.04
@@ -80,8 +80,8 @@ jobs:
8080
run: |
8181
mkdir shasta-build
8282
cd shasta-build
83-
cmake .. -DBUILD_ID="Shasta unreleased test build for macOS-11 newer than release 0.9.0 at commit "$GITHUB_SHA
84-
# cmake .. -DBUILD_ID="Shasta Release 0.9.0 for macOS-11 with Intel processors"
83+
# cmake .. -DBUILD_ID="Shasta unreleased test build for macOS-11 newer than release 0.9.0 at commit "$GITHUB_SHA
84+
cmake .. -DBUILD_ID="Shasta Release 0.10.0 for macOS-11 with Intel processors"
8585
make VERBOSE=1 -j 2 all
8686
make install/strip
8787
# See what libraries the executable depends on.

0 commit comments

Comments
 (0)