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:
Matias N 2020-09-13 13:58:38 -03:00 committed by Brennan Ashton
parent 5e20ccd366
commit 282e565676

View File

@ -162,7 +162,7 @@ jobs:
with:
run: |
cd sources/testing
./cibuild.sh -x testlist/${{matrix.boards}}.dat
./cibuild.sh testlist/${{matrix.boards}}.dat
macOS:
runs-on: macos-10.15
@ -202,4 +202,4 @@ jobs:
- name: Run Builds
run: |
cd sources/testing
./cibuild.sh -i -x testlist/${{matrix.boards}}.dat
./cibuild.sh -i testlist/${{matrix.boards}}.dat