Rename job, temporarily disable -j
This commit is contained in:
parent
bf67811392
commit
e819b91a97
4
.github/workflows/sanity.yml
vendored
4
.github/workflows/sanity.yml
vendored
@ -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: |
|
||||||
|
Loading…
Reference in New Issue
Block a user