diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-06-19 21:29:27 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-06-19 21:29:27 +0200 |
| commit | 51edb67505ffc536d748b26b78d87885bfa5f66e (patch) | |
| tree | 3bad68db363e21a8c511e11a419cfe61c438be3d /.github/workflows | |
| parent | 4ae3a4e3cdcbffb77b4a329c70e6e8071cb4b161 (diff) | |
| download | kristall-51edb67505ffc536d748b26b78d87885bfa5f66e.tar.gz | |
Removes windows and ubuntu 16.04 from CI, moves build instructions into own file.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 16 |
1 files changed, 0 insertions, 16 deletions
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 |
