Update CI script
This commit is contained in:
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@@ -520,6 +520,7 @@ jobs:
|
|||||||
lime build SimpleAudio windows -release -verbose -nocolor
|
lime build SimpleAudio windows -release -verbose -nocolor
|
||||||
|
|
||||||
notify-discord:
|
notify-discord:
|
||||||
|
runs-on: ubuntu-16.04
|
||||||
if: always()
|
if: always()
|
||||||
needs: [android, flash, hashlink, html5, ios, linux, macos, neko, windows]
|
needs: [android, flash, hashlink, html5, ios, linux, macos, neko, windows]
|
||||||
steps:
|
steps:
|
||||||
@@ -543,6 +544,7 @@ jobs:
|
|||||||
message: "https://github.com/haxelime/lime/actions/runs/${GITHUB_RUN_ID}\nCI build failed."
|
message: "https://github.com/haxelime/lime/actions/runs/${GITHUB_RUN_ID}\nCI build failed."
|
||||||
|
|
||||||
test-notify-discord:
|
test-notify-discord:
|
||||||
|
runs-on: ubuntu-16.04
|
||||||
if: always()
|
if: always()
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
@@ -556,6 +558,7 @@ jobs:
|
|||||||
message: "<a href='https://github.com/haxelime/lime/actions/runs/${GITHUB_RUN_ID}'>CI build message test</a>"
|
message: "<a href='https://github.com/haxelime/lime/actions/runs/${GITHUB_RUN_ID}'>CI build message test</a>"
|
||||||
|
|
||||||
test-notify-discord2:
|
test-notify-discord2:
|
||||||
|
runs-on: ubuntu-16.04
|
||||||
if: always()
|
if: always()
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user