This repository was archived by the owner on Oct 13, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 18
18
tar -cvf shasta-docs.tar --transform='s/docs/shastaDocs/' docs
19
19
mkdir shasta-build
20
20
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"
23
23
make -j 2 all
24
24
make install/strip
25
25
mv shasta-install shasta-Ubuntu-20.04
54
54
lsb_release -a
55
55
mkdir shasta-build
56
56
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"
60
60
make -j 2 all
61
61
make install/strip
62
62
mv shasta-install shasta-Ubuntu-20.04
80
80
run : |
81
81
mkdir shasta-build
82
82
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"
85
85
make VERBOSE=1 -j 2 all
86
86
make install/strip
87
87
# See what libraries the executable depends on.
You can’t perform that action at this time.
0 commit comments