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

Commit 040aeed

Browse files
committed
Set the BUILD_ID for release 0.8.0.
1 parent 8132613 commit 040aeed

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/Build.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
lsb_release -a
1818
mkdir shasta-build
1919
cd shasta-build
20-
cmake .. -DBUILD_ID="Shasta unreleased test build newer than release 0.7.0 at commit "$GITHUB_SHA
21-
# cmake .. -DBUILD_ID="Shasta Release 0.7.0"
20+
# cmake .. -DBUILD_ID="Shasta unreleased test build newer than release 0.8.0 at commit "$GITHUB_SHA
21+
cmake .. -DBUILD_ID="Shasta Release 0.8.0"
2222
make -j 2 all
2323
make install/strip
2424
mv shasta-install shasta-Ubuntu-20.04
@@ -49,9 +49,9 @@ jobs:
4949
lsb_release -a
5050
mkdir shasta-build
5151
cd shasta-build
52-
cmake .. -DBUILD_DYNAMIC_EXECUTABLE=OFF -DBUILD_DYNAMIC_LIBRARY=OFF -DBUILD_WITH_HTTP_SERVER=OFF \
53-
-DBUILD_ID="Shasta unreleased test build newer than release 0.7.0 at commit "$GITHUB_SHA
54-
# cmake .. -DBUILD_ID="Shasta Release 0.7.0"
52+
# cmake .. -DBUILD_DYNAMIC_EXECUTABLE=OFF -DBUILD_DYNAMIC_LIBRARY=OFF -DBUILD_WITH_HTTP_SERVER=OFF \
53+
# -DBUILD_ID="Shasta unreleased test build newer than release 0.8.0 at commit "$GITHUB_SHA
54+
cmake .. -DBUILD_ID="Shasta Release 0.8.0"
5555
make -j 2 all
5656
make install/strip
5757
mv shasta-install shasta-Ubuntu-20.04
@@ -74,8 +74,8 @@ jobs:
7474
run: |
7575
mkdir shasta-build
7676
cd shasta-build
77-
cmake .. -DBUILD_ID="Shasta unreleased test build for MacOS-10.15 newer than release 0.7.0 at commit "$GITHUB_SHA
78-
# cmake .. -DBUILD_ID="Shasta Release 0.7.0 for MacOS"
77+
# cmake .. -DBUILD_ID="Shasta unreleased test build for macOS-10 newer than release 0.8.0 at commit "$GITHUB_SHA
78+
cmake .. -DBUILD_ID="Shasta Release 0.8.0 for macOS-10"
7979
make VERBOSE=1 -j 2 all
8080
make install/strip
8181
# See what libraries the executable depends on.
@@ -102,8 +102,8 @@ jobs:
102102
run: |
103103
mkdir shasta-build
104104
cd shasta-build
105-
cmake .. -DBUILD_ID="Shasta unreleased test build for MacOS-11 newer than release 0.7.0 at commit "$GITHUB_SHA
106-
# cmake .. -DBUILD_ID="Shasta Release 0.7.0 for MacOS-11"
105+
# cmake .. -DBUILD_ID="Shasta unreleased test build for macOS-11 newer than release 0.8.0 at commit "$GITHUB_SHA
106+
cmake .. -DBUILD_ID="Shasta Release 0.8.0 for macOS-11"
107107
make VERBOSE=1 -j 2 all
108108
make install/strip
109109
# See what libraries the executable depends on.

0 commit comments

Comments
 (0)