mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-30 02:39:17 -05:00
We need the CMake stuff for wayland configuration. Otherwise, we would have to replicate that ourselves. This is the full 7ef34eb06de54dd9186d3d21a401b2ef819b59e7 tree except for tests/ examples/ and docs/
24 lines
482 B
YAML
24 lines
482 B
YAML
branches:
|
|
only:
|
|
- ci
|
|
- master
|
|
skip_tags: true
|
|
environment:
|
|
CFLAGS: /WX
|
|
matrix:
|
|
- BUILD_SHARED_LIBS: ON
|
|
- BUILD_SHARED_LIBS: OFF
|
|
matrix:
|
|
fast_finish: true
|
|
build_script:
|
|
- mkdir build
|
|
- cd build
|
|
- cmake -DCMAKE_VERBOSE_MAKEFILE=ON -DBUILD_SHARED_LIBS=%BUILD_SHARED_LIBS% ..
|
|
- cmake --build .
|
|
notifications:
|
|
- provider: Email
|
|
to:
|
|
- ci@glfw.org
|
|
on_build_failure: true
|
|
on_build_success: false
|