From 68f85005e3f597cf242403752e3e6408c4056e54 Mon Sep 17 00:00:00 2001 From: Mitya Selivanov <0x7fffff@guattari.ru> Date: Sun, 21 Aug 2022 18:42:49 +0400 Subject: test --- .github/workflows/build_and_test.yml | 8 -------- 1 file changed, 8 deletions(-) (limited to '.github/workflows/build_and_test.yml') diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 617d289..d9c63a6 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -24,18 +24,10 @@ jobs: - uses: actions/checkout@v2 - name: Build - if: runner.os != 'Windows' run: | cmake -D CMAKE_BUILD_TYPE=$BUILD_TYPE -B build -S . cmake --build build --config $BUILD_TYPE - - name: Build with Visual Studio - if: runner.os == 'Windows' - shell: bash - run: | - cmake -B build -S . - cmake --build build --config $BUILD_TYPE - - name: Run tests working-directory: ${{ github.workspace }}/build run: | -- cgit v1.2.3