We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5070c85 commit d34d457Copy full SHA for d34d457
.github/workflows/ci_cmake.yml
@@ -1,7 +1,6 @@
1
name: ci_cmake
2
3
env:
4
- CMAKE_BUILD_PARALLEL_LEVEL: 3
5
CTEST_PARALLEL_LEVEL: 3
6
CMAKE_BUILD_TYPE: Release
7
@@ -40,11 +39,11 @@ jobs:
40
39
- uses: actions/checkout@v2
41
42
- run: cmake -B build -G "MinGW Makefiles"
43
- - run: cmake --build build
+ - run: cmake --build build --parallel
44
- run: ctest --test-dir build --preset default
45
46
- name: .exe for release
47
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v2
48
if: success()
49
with:
50
name: rpncalc.exe
0 commit comments