Skip to content

Commit d34d457

Browse files
committed
ci template
1 parent 5070c85 commit d34d457

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci_cmake.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: ci_cmake
22

33
env:
4-
CMAKE_BUILD_PARALLEL_LEVEL: 3
54
CTEST_PARALLEL_LEVEL: 3
65
CMAKE_BUILD_TYPE: Release
76

@@ -40,11 +39,11 @@ jobs:
4039
- uses: actions/checkout@v2
4140

4241
- run: cmake -B build -G "MinGW Makefiles"
43-
- run: cmake --build build
42+
- run: cmake --build build --parallel
4443
- run: ctest --test-dir build --preset default
4544

4645
- name: .exe for release
47-
uses: actions/upload-artifact@v1
46+
uses: actions/upload-artifact@v2
4847
if: success()
4948
with:
5049
name: rpncalc.exe

0 commit comments

Comments
 (0)