From 51edb67505ffc536d748b26b78d87885bfa5f66e Mon Sep 17 00:00:00 2001 From: "Felix (xq) Queißner" Date: Fri, 19 Jun 2020 21:29:27 +0200 Subject: Removes windows and ubuntu 16.04 from CI, moves build instructions into own file. --- .github/workflows/build.yml | 16 ---------------- 1 file changed, 16 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 497ae7e..b3d6210 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,19 +21,3 @@ jobs: - uses: jurplel/install-qt-action@v2 - name: make run: make - build_ubuntu_16: - runs-on: ubuntu-16.04 - steps: - - uses: actions/checkout@v2 - - uses: jurplel/install-qt-action@v2 - - name: make - run: make - build_windows: - runs-on: windows-latest - steps: - - uses: actions/checkout@v2 - - uses: jurplel/install-qt-action@v2 - - name: vcvars - run: call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat" - - name: make - run: make -- cgit v1.2.3