pull/103/head
Sam Clegg 6 years ago
parent ca552e73d1
commit 542780f2f2

@ -30,11 +30,12 @@ jobs:
- name: Install ninja (linux) - name: Install ninja (linux)
run: sudo apt install ninja-build run: sudo apt install ninja-build
if: matrix.os == 'ubuntu-latest' if: matrix.os == 'ubuntu-latest'
- name: Build - name: Build (sudo)
run: sudo make -j4 package run: sudo make -j4 package
if: matrix.os != 'ubuntu-latest' if: matrix.os != 'windows-latest'
- name: Build (windows) - name: Build (windows)
run: make -j4 package run: make -j4 package
if: matrix.os == 'windows-latest'
- name: Run the testsuite - name: Run the testsuite
run: make check run: make check
if: matrix.os == 'ubuntu-latest' if: matrix.os == 'ubuntu-latest'

Loading…
Cancel
Save