Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

github actions workflows #2865

Merged
merged 2 commits into from
Oct 24, 2019
Merged

github actions workflows #2865

merged 2 commits into from
Oct 24, 2019

Conversation

rokups
Copy link
Contributor

@rokups rokups commented Oct 23, 2019

These are needed changes to switch CI testing to github actions. All pushes and pull requests are built for Windows/Linux/MacOS/iOS/Emscripten platforms. Subprojects workflow was created for testing possible breakage of projects that depend on Dear ImGui. For now only cimgui is tested and builds are performed once a day.

@rokups rokups force-pushed the master branch 2 times, most recently from 8bb883e to d8ebac6 Compare October 23, 2019 15:06
make -C examples/example_sdl_opengl2
make -C examples/example_sdl_opengl3
make -C examples/example_null
xcodebuild -project examples/example_apple_metal/example_apple_metal.xcodeproj -target example_apple_metal_macos
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move example_null at the top of every list. If this is going to fail, best to first fail at the core imgui stuff rather than backend/graphics api/linking mess.

@@ -0,0 +1,106 @@
name: Examples

Copy link
Owner

@ocornut ocornut Oct 23, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfortunately as this appears in the status SVG badge we should rename this for now.
I suggest renaming it to Build, and then replacing the badge in README.md

@ocornut ocornut merged commit d5b5a81 into ocornut:master Oct 24, 2019
@ocornut
Copy link
Owner

ocornut commented Oct 24, 2019

This is merged and absolutely very wonderful, thank you @rokups for working on this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants