From ec45ffb61125bc1b060c08f9d8d547099ca091ca Mon Sep 17 00:00:00 2001 From: gcontini <1121667+gcontini@users.noreply.github.com> Date: 周六, 24 10月 2020 20:50:29 +0800 Subject: [PATCH] try github actions --- build/.gitkeep | 0 .github/workflows/cpp.yml | 4 +++- 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/.github/workflows/cpp.yml b/.github/workflows/cpp.yml index 4ff1d72..703fbc4 100644 --- a/.github/workflows/cpp.yml +++ b/.github/workflows/cpp.yml @@ -18,6 +18,8 @@ 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 diff --git a/build/.gitkeep b/build/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/build/.gitkeep -- Gitblit v1.9.1