Skip to content

Commit

Permalink
ci template
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Dec 22, 2021
1 parent 5070c85 commit d34d457
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci_cmake.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: ci_cmake

env:
CMAKE_BUILD_PARALLEL_LEVEL: 3
CTEST_PARALLEL_LEVEL: 3
CMAKE_BUILD_TYPE: Release

Expand Down Expand Up @@ -40,11 +39,11 @@ jobs:
- uses: actions/checkout@v2

- run: cmake -B build -G "MinGW Makefiles"
- run: cmake --build build
- run: cmake --build build --parallel
- run: ctest --test-dir build --preset default

- name: .exe for release
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v2
if: success()
with:
name: rpncalc.exe
Expand Down

0 comments on commit d34d457

Please sign in to comment.