Rename job, temporarily disable -j

This commit is contained in:
Lior Halphon 2020-04-25 17:03:45 +03:00
parent bf67811392
commit e819b91a97

View File

@ -2,7 +2,7 @@ name: "Bulidability and Sanity"
on: push on: push
jobs: jobs:
buildability: sanity:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest, ubuntu-16.04, macos-latest] os: [ubuntu-latest, ubuntu-16.04, macos-latest]
@ -23,7 +23,7 @@ jobs:
./.github/actions/install_deps.sh ${{ matrix.os }} ./.github/actions/install_deps.sh ${{ matrix.os }}
- name: Build - name: Build
run: | run: |
${{ matrix.cc }} -v; make sdl tester libretro ${{ matrix.extra_target }} -j CONF=release CC=${{ matrix.cc }} ${{ matrix.cc }} -v; make sdl tester libretro ${{ matrix.extra_target }} CONF=release CC=${{ matrix.cc }}
- name: Sanity tests - name: Sanity tests
shell: bash shell: bash
run: | run: |