|
17 | 17 | lsb_release -a
|
18 | 18 | mkdir shasta-build
|
19 | 19 | cd shasta-build
|
20 |
| - cmake .. -DBUILD_NATIVE=OFF -DBUILD_ID="Shasta unreleased test build newer than release 0.4.0 at commit "$GITHUB_SHA |
21 |
| - # cmake .. -DBUILD_NATIVE=OFF -DBUILD_ID="Shasta Release 0.4.0" |
| 20 | + # cmake .. -DBUILD_NATIVE=OFF -DBUILD_ID="Shasta unreleased test build newer than release 0.4.0 at commit "$GITHUB_SHA |
| 21 | + cmake .. -DBUILD_NATIVE=OFF -DBUILD_ID="Shasta Release 0.5.0" |
22 | 22 | make -j 2 all
|
23 | 23 | make install/strip
|
24 | 24 | mv shasta-install shasta-Ubuntu-20.04
|
|
50 | 50 | lsb_release -a
|
51 | 51 | mkdir shasta-build
|
52 | 52 | cd shasta-build
|
53 |
| - cmake .. -DBUILD_ID="Shasta unreleased test build newer than release 0.4.0 at commit "$GITHUB_SHA |
54 |
| - # cmake .. -DBUILD_ID="Shasta Release 0.4.0" |
| 53 | + # cmake .. -DBUILD_ID="Shasta unreleased test build newer than release 0.4.0 at commit "$GITHUB_SHA |
| 54 | + cmake .. -DBUILD_ID="Shasta Release 0.5.0" |
55 | 55 | make -j 2 all
|
56 | 56 | make install/strip
|
57 | 57 | mv shasta-install shasta-Ubuntu-18.04
|
|
80 | 80 | lsb_release -a
|
81 | 81 | mkdir shasta-build
|
82 | 82 | cd shasta-build
|
83 |
| - cmake .. -DBUILD_ID="Shasta unreleased test build newer than release 0.4.0 at commit "$GITHUB_SHA |
84 |
| - # cmake .. -DBUILD_ID="Shasta Release 0.4.0" |
| 83 | + # cmake .. -DBUILD_ID="Shasta unreleased test build newer than release 0.4.0 at commit "$GITHUB_SHA |
| 84 | + cmake .. -DBUILD_ID="Shasta Release 0.5.0" |
85 | 85 | make -j 2 all
|
86 | 86 | make install/strip
|
87 | 87 | mv shasta-install shasta-Ubuntu-16.04
|
@@ -113,8 +113,8 @@ jobs:
|
113 | 113 | run: |
|
114 | 114 | mkdir shasta-build
|
115 | 115 | cd shasta-build
|
116 |
| - cmake .. -DBUILD_ID="Shasta unreleased test build for MacOS-10.14 newer than release 0.4.0 at commit "$GITHUB_SHA |
117 |
| - # cmake .. -DBUILD_ID="Shasta Release 0.4.0 for MacOS-10.14" |
| 116 | + # cmake .. -DBUILD_ID="Shasta unreleased test build for MacOS-10.14 newer than release 0.4.0 at commit "$GITHUB_SHA |
| 117 | + cmake .. -DBUILD_ID="Shasta Release 0.5.0 for MacOS-10.14" |
118 | 118 | make VERBOSE=1 -j 2 all
|
119 | 119 | make install/strip
|
120 | 120 | # See what libraries the executable depends on.
|
@@ -142,8 +142,8 @@ jobs:
|
142 | 142 | run: |
|
143 | 143 | mkdir shasta-build
|
144 | 144 | cd shasta-build
|
145 |
| - cmake .. -DBUILD_ID="Shasta unreleased test build for MacOS-10.15 newer than release 0.4.0 at commit "$GITHUB_SHA |
146 |
| - # cmake .. -DBUILD_ID="Shasta Release 0.4.0 for MacOS-10.15" |
| 145 | + # cmake .. -DBUILD_ID="Shasta unreleased test build for MacOS-10.15 newer than release 0.4.0 at commit "$GITHUB_SHA |
| 146 | + cmake .. -DBUILD_ID="Shasta Release 0.5.0 for MacOS-10.15" |
147 | 147 | make VERBOSE=1 -j 2 all
|
148 | 148 | make install/strip
|
149 | 149 | # See what libraries the executable depends on.
|
|
0 commit comments