diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2022-06-29 19:40:10 +0200 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2022-06-29 19:40:10 +0200 |
commit | 8f946f8dd153c367fc026a3e860757a55c547b7b (patch) | |
tree | dfaf040f73b36348033b214b762a8df39da5eef5 | |
parent | 1d2b928e13d03753cc9c63566e27a796511d56ac (diff) | |
download | OFQT-8f946f8dd153c367fc026a3e860757a55c547b7b.tar.gz OFQT-8f946f8dd153c367fc026a3e860757a55c547b7b.zip |
remove CI tests
-rw-r--r-- | .github/workflows/build.yml | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7fa9cda..2dea411 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,11 +35,6 @@ jobs: - name: Build run: cmake --build build - - name: Test - run: | - cd build - ctest . - build-windows: runs-on: ubuntu-latest @@ -55,7 +50,7 @@ jobs: "deb [arch=amd64] https://pkg.mxe.cc/repos/apt `lsb_release -sc` main" && \ sudo dpkg --add-architecture i386 sudo apt-get update - sudo apt-get -y install wine wine32 mxe-i686-w64-mingw32.static-{cc,cmake,qt5,curl,json-c} + sudo apt-get -y install mxe-i686-w64-mingw32.static-{cc,cmake,qt5,curl,json-c} - name: Configure CMake run: | @@ -70,11 +65,6 @@ jobs: PATH=/usr/lib/mxe/usr/bin:$PATH \ i686-w64-mingw32.static-cmake --build build - - name: Test - run: | - cd build - ctest - - name: Upload Binaries if: ${{ !env.ACT }} uses: actions/upload-artifact@v2 |