mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
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: |
|
||||
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
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user