Skip to content

Commit

Permalink
GH workflow release
Browse files Browse the repository at this point in the history
  • Loading branch information
binji committed Apr 4, 2021
1 parent 4f4a9a0 commit f80c744
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,11 @@ jobs:
run: mkdir -p out

- name: cmake
run: cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=out/install
working-directory: out
run: cmake -S . -B out -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=out/install
if: matrix.os != 'windows-latest'

- name: cmake (windows)
run: cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=out/install
working-directory: out
run: cmake -S . -B out -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=out/install
if: matrix.os == 'windows-latest'

- name: build
Expand Down

0 comments on commit f80c744

Please sign in to comment.