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

Commit

Permalink
Modify Github Actions workflow to build release 0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
paoloczi committed Aug 20, 2019
1 parent 432276d commit edbd63d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
lsb_release -a
mkdir shasta-build
cd shasta-build
cmake .. -DBUILD_NATIVE=OFF -DBUILD_ID="Shasta unreleased test build newer than release 0.1.0."
cmake .. -DBUILD_NATIVE=OFF -DBUILD_ID="Shasta Release 0.2.0"
make -j 2 all
make install/strip
mv shasta-install shasta-Ubuntu-18.04
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
lsb_release -a
mkdir shasta-build
cd shasta-build
cmake .. -DBUILD_NATIVE=OFF -DBUILD_ID="Shasta unreleased test build newer than release 0.1.0."
cmake .. -DBUILD_NATIVE=OFF -DBUILD_ID="Shasta Release 0.2.0"
make -j 2 all
make install/strip
mv shasta-install shasta-Ubuntu-16.04
Expand All @@ -71,7 +71,7 @@ jobs:
run: |
mkdir shasta-build
cd shasta-build
cmake .. -DBUILD_NATIVE=OFF -DBUILD_ID="Shasta unreleased test build newer than release 0.1.0."
cmake .. -DBUILD_NATIVE=OFF -DBUILD_ID="Shasta Release 0.2.0"
make VERBOSE=1 -j 2 all
make install/strip
- uses: actions/upload-artifact@master
Expand Down

0 comments on commit edbd63d

Please sign in to comment.