CI: fail cygwin build if we don't get the binaries
This commit is contained in:
parent
eee2b00d8c
commit
cf8d1473b3
7
.github/workflows/cygwin_build.yml
vendored
7
.github/workflows/cygwin_build.yml
vendored
@ -27,6 +27,13 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
C:\Cygwin\bin\bash --login -c "Tools/scripts/cygwin_build.sh"
|
C:\Cygwin\bin\bash --login -c "Tools/scripts/cygwin_build.sh"
|
||||||
|
|
||||||
|
- name: Check build files
|
||||||
|
id: check_files
|
||||||
|
uses: andstor/file-existence-action@v1
|
||||||
|
with:
|
||||||
|
files: "artifacts/ArduPlane.elf.exe, artifacts/ArduCopter.elf.exe, artifacts/ArduHeli.elf.exe, artifacts/ArduRover.elf.exe, artifacts/ArduSub.elf.exe"
|
||||||
|
allow_failure: true
|
||||||
|
|
||||||
- name: Archive build
|
- name: Archive build
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user