Remove -x from cibuild.sh call in CI since this will abort the build
on first error and we do not want that.
This commit is contained in:
parent
5e20ccd366
commit
282e565676
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -162,7 +162,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
run: |
|
run: |
|
||||||
cd sources/testing
|
cd sources/testing
|
||||||
./cibuild.sh -x testlist/${{matrix.boards}}.dat
|
./cibuild.sh testlist/${{matrix.boards}}.dat
|
||||||
|
|
||||||
macOS:
|
macOS:
|
||||||
runs-on: macos-10.15
|
runs-on: macos-10.15
|
||||||
@ -202,4 +202,4 @@ jobs:
|
|||||||
- name: Run Builds
|
- name: Run Builds
|
||||||
run: |
|
run: |
|
||||||
cd sources/testing
|
cd sources/testing
|
||||||
./cibuild.sh -i -x testlist/${{matrix.boards}}.dat
|
./cibuild.sh -i testlist/${{matrix.boards}}.dat
|
||||||
|
Loading…
Reference in New Issue
Block a user