Skip to content

Commit

Permalink
Add release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
uroni committed Jun 27, 2021
1 parent 8ac52a6 commit d301afc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout code
uses: actions/checkout@v2
with:
path: source
with:
path: source

- name: Install dependencies
run: |
Expand All @@ -24,14 +24,14 @@ jobs:
- name: Configure
run: |
mkdir build
mkdir inst
cd build
cmake ../source -G"Unix Makefiles" -DAMALGAMATE_SOURCES=ON -DCMAKE_INSTALL_PREFIX=../inst
mkdir inst
cd build
cmake ../source -G"Unix Makefiles" -DAMALGAMATE_SOURCES=ON -DCMAKE_INSTALL_PREFIX=../inst

- name: Build
run: |
cd build
make install
make install

- name: Get current version
id: relver
Expand Down

0 comments on commit d301afc

Please sign in to comment.