From d34d457ef0aa5200ce299d6020d025644f7ef821 Mon Sep 17 00:00:00 2001 From: Michael Hirsch Date: Wed, 22 Dec 2021 09:58:29 -0500 Subject: [PATCH] ci template --- .github/workflows/ci_cmake.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_cmake.yml b/.github/workflows/ci_cmake.yml index 9f78c0d..b46cda7 100644 --- a/.github/workflows/ci_cmake.yml +++ b/.github/workflows/ci_cmake.yml @@ -1,7 +1,6 @@ name: ci_cmake env: - CMAKE_BUILD_PARALLEL_LEVEL: 3 CTEST_PARALLEL_LEVEL: 3 CMAKE_BUILD_TYPE: Release @@ -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