mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-09-20 10:19:20 +03:00
app veyor: add "on_failure" linux script
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user