mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-13 00:09:55 +02:00
+ Link to CI actions added in 3be352f
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -318,6 +318,7 @@ jobs:
|
||||
- name: Build example_sdl_opengl3
|
||||
run: make -C examples/example_sdl_opengl3
|
||||
|
||||
# Use https://github.com/marketplace/actions/actions-status-discord to send status to Discord
|
||||
- uses: sarisia/actions-status-discord@v1
|
||||
if: failure()
|
||||
with:
|
||||
@ -381,6 +382,7 @@ jobs:
|
||||
- name: Build example_apple_opengl2
|
||||
run: xcodebuild -project examples/example_apple_opengl2/example_apple_opengl2.xcodeproj -target example_osx_opengl2
|
||||
|
||||
# Use https://github.com/marketplace/actions/actions-status-discord to send status to Discord
|
||||
- uses: sarisia/actions-status-discord@v1
|
||||
if: failure()
|
||||
with:
|
||||
@ -401,6 +403,7 @@ jobs:
|
||||
# Code signing is required, but we disable it because it is irrelevant for CI builds.
|
||||
xcodebuild -project examples/example_apple_metal/example_apple_metal.xcodeproj -target example_apple_metal_ios CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO
|
||||
|
||||
# Use https://github.com/marketplace/actions/actions-status-discord to send status to Discord
|
||||
- uses: sarisia/actions-status-discord@v1
|
||||
if: failure()
|
||||
with:
|
||||
@ -431,6 +434,7 @@ jobs:
|
||||
popd
|
||||
make -C examples/example_emscripten
|
||||
|
||||
# Use https://github.com/marketplace/actions/actions-status-discord to send status to Discord
|
||||
- uses: sarisia/actions-status-discord@v1
|
||||
if: failure()
|
||||
with:
|
||||
|
Reference in New Issue
Block a user