mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 17:39:53 +03:00
app veyor: add "on_failure" linux script
This commit is contained in:
parent
60acfae417
commit
8908f4a933
@ -53,6 +53,8 @@ for:
|
|||||||
- make package -C tmp
|
- make package -C tmp
|
||||||
after_build:
|
after_build:
|
||||||
- .ci/appveyor_afterbuild.sh
|
- .ci/appveyor_afterbuild.sh
|
||||||
|
on_failure:
|
||||||
|
- sudo journalctl -xe
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: build/*.deb
|
- path: build/*.deb
|
||||||
name: Ubuntu
|
name: Ubuntu
|
||||||
@ -66,6 +68,8 @@ for:
|
|||||||
- make package -C tmp
|
- make package -C tmp
|
||||||
after_build:
|
after_build:
|
||||||
- .ci/appveyor_afterbuild.sh
|
- .ci/appveyor_afterbuild.sh
|
||||||
|
on_failure:
|
||||||
|
- sudo journalctl -xe
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: build/*.deb
|
- path: build/*.deb
|
||||||
name: Ubuntu
|
name: Ubuntu
|
||||||
|
Loading…
Reference in New Issue
Block a user