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:
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user