mirror of
https://github.com/ocornut/imgui.git
synced 2025-04-07 22:43:09 +00:00
Travis: Added xcode build for the OSX+Metal example. (#1044) [@petmac]
This commit is contained in:
parent
b127027cbd
commit
db790dab4c
1 changed files with 1 additions and 0 deletions
|
@ -29,3 +29,4 @@ script:
|
|||
- make -C examples/example_glfw_opengl2
|
||||
- make -C examples/example_glfw_opengl3
|
||||
- make -C examples/example_sdl_opengl3
|
||||
- if [ $TRAVIS_OS_NAME == osx ]; then xcodebuild -project examples/example_apple_metal/example_apple_metal.xcodeproj -target example_apple_metal_macos;
|
||||
|
|
Loading…
Add table
Reference in a new issue