From e1bc0576eaebf5cc09245512d5eb185072b2d408 Mon Sep 17 00:00:00 2001 From: gcontini <1121667+gcontini@users.noreply.github.com> Date: 周日, 25 10月 2020 18:45:51 +0800 Subject: [PATCH] fix fstab LABEL= entries --- .github/workflows/cpp.yml | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cpp.yml b/.github/workflows/cpp.yml index 4ff1d72..b2ecbe1 100644 --- a/.github/workflows/cpp.yml +++ b/.github/workflows/cpp.yml @@ -14,10 +14,12 @@ - name: Compile run: | cd build - cmake -G "Visual Studio 16 2019" -DBUILD_TESTING:BOOL=OFF -DLCC_PROJECT_NAME:STRING=geode .. + cmake -G "Visual Studio 16 2019" -DLCC_PROJECT_NAME:STRING=test .. cmake --build . --target install --config Debug shell: bash - name: Test - run: ctest -C Release + run: | + cd build + ctest -C Debug shell: bash \ No newline at end of file -- Gitblit v1.9.1