GitHub Actions CI script for Windows/Linux/MacOS/iOS/Emscripten builds.

This commit is contained in:
Rokas Kupstys
2019-10-23 18:10:47 +03:00
committed by omar
parent 24e9a6e92c
commit d5b5a81946
3 changed files with 112 additions and 2 deletions

View File

@ -75,6 +75,8 @@ Other Changes:
- Examples: Emscripten: Removed NO_FILESYSTEM from Makefile, seems to fail on some setup. (#2734) [@Funto]
- Backends: OSX: Fix using Backspace key. (#2578, #2817, #2818) [@DiligentGraphics]
- Backends: GLFW: Previously installed user callbacks are now restored on shutdown. (#2836) [@malte-v]
- CI: Set up a bunch of continuous-integration tests using GitHub Actions. We now compile many of the example
applications on Windows, Linux, MacOS, iOS, Emscripten. Removed Travis integration. (#2865) [@rokups]
-----------------------------------------------------------------------