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

Commit

Permalink
Build ids for release 0.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
paoloczi committed Jan 10, 2020
1 parent 3e23df4 commit e1cf3c7
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
lsb_release -a
mkdir shasta-build
cd shasta-build
cmake .. -DBUILD_NATIVE=OFF -DBUILD_ID="Shasta unreleased test build newer than release 0.3.0 at commit "$GITHUB_SHA
# cmake .. -DBUILD_NATIVE=OFF -DBUILD_ID="Shasta unreleased test build newer than release 0.3.0 at commit "$GITHUB_SHA
cmake .. -DBUILD_NATIVE=OFF -DBUILD_ID="Shasta Release 0.4.0"
make -j 2 all
make install/strip
mv shasta-install shasta-Ubuntu-18.04
Expand Down Expand Up @@ -55,7 +56,8 @@ jobs:
lsb_release -a
mkdir shasta-build
cd shasta-build
cmake .. -DBUILD_NATIVE=OFF -DBUILD_FOR_GPU=ON -DBUILD_ID="Shasta unreleased test build (with GPU acceleration) newer than release 0.3.0 at commit "$GITHUB_SHA
# cmake .. -DBUILD_NATIVE=OFF -DBUILD_FOR_GPU=ON -DBUILD_ID="Shasta unreleased test build (with GPU acceleration) newer than release 0.3.0 at commit "$GITHUB_SHA
cmake .. -DBUILD_NATIVE=OFF -DBUILD_FOR_GPU=ON -DBUILD_ID="Shasta Release 0.4.0 (with GPU acceleration)"
make -j 2 all
make install/strip
mv shasta-install shastaGpu-Ubuntu-18.04
Expand Down Expand Up @@ -90,7 +92,8 @@ jobs:
lsb_release -a
mkdir shasta-build
cd shasta-build
cmake .. -DBUILD_NATIVE=OFF -DBUILD_ID="Shasta unreleased test build newer than release 0.3.0 at commit "$GITHUB_SHA
# cmake .. -DBUILD_NATIVE=OFF -DBUILD_ID="Shasta unreleased test build newer than release 0.3.0 at commit "$GITHUB_SHA
cmake .. -DBUILD_NATIVE=OFF -DBUILD_ID="Shasta Release 0.4.0"
make -j 2 all
make install/strip
mv shasta-install shasta-Ubuntu-16.04
Expand Down Expand Up @@ -124,7 +127,7 @@ jobs:
run: |
mkdir shasta-build
cd shasta-build
cmake .. -DBUILD_NATIVE=OFF -DBUILD_ID="Shasta unreleased test build newer than release 0.3.0 at commit "$GITHUB_SHA
cmake .. -DBUILD_NATIVE=OFF -DBUILD_ID="Shasta Release 0.4.0"
make VERBOSE=1 -j 2 all
make install/strip
# See what libraries the executable depends on.
Expand Down

0 comments on commit e1cf3c7

Please sign in to comment.