mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
+ Link to CI actions added in 3be352f
This commit is contained in:
parent
3be352fc80
commit
5f336ce8f8
2 changed files with 13 additions and 6 deletions
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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue