summaryrefslogtreecommitdiff
path: root/libs/raylib/src/external/glfw/.appveyor.yml
diff options
context:
space:
mode:
authorThomas <mail.thomasclement@gmail.com>2021-08-15 10:03:09 +0200
committerThomas <mail.thomasclement@gmail.com>2021-08-15 10:03:09 +0200
commit3a1d97f556bc4c5384799ac121640984b590c05c (patch)
tree20aeab4c18d76c344e2ce1f16913b39c447659b1 /libs/raylib/src/external/glfw/.appveyor.yml
parenteebaddf29efad9bc7b82d8745d839931f08ef887 (diff)
downloadgamejam-slgj-2024-3a1d97f556bc4c5384799ac121640984b590c05c.tar.gz
gamejam-slgj-2024-3a1d97f556bc4c5384799ac121640984b590c05c.tar.bz2
gamejam-slgj-2024-3a1d97f556bc4c5384799ac121640984b590c05c.zip
Updated to raylib 3.7
Diffstat (limited to 'libs/raylib/src/external/glfw/.appveyor.yml')
-rw-r--r--libs/raylib/src/external/glfw/.appveyor.yml23
1 files changed, 0 insertions, 23 deletions
diff --git a/libs/raylib/src/external/glfw/.appveyor.yml b/libs/raylib/src/external/glfw/.appveyor.yml
deleted file mode 100644
index 4a00250..0000000
--- a/libs/raylib/src/external/glfw/.appveyor.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-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