diff options
author | LucaSas <sas.luca.alex@gmail.com> | 2021-11-04 16:14:58 +0200 |
---|---|---|
committer | LucaSas <sas.luca.alex@gmail.com> | 2021-11-04 16:14:58 +0200 |
commit | d96b4ebce5ee6245fa80d27d41b67aa56555c912 (patch) | |
tree | f28cb388a14c4bd9da8f4b57b213eb1539fc5367 /libs/raylib/src/external/glfw/.appveyor.yml | |
parent | 6bcb1207addb4afe041c94e68e23c77175164956 (diff) | |
download | gamejam-slgj-2024-d96b4ebce5ee6245fa80d27d41b67aa56555c912.tar.gz gamejam-slgj-2024-d96b4ebce5ee6245fa80d27d41b67aa56555c912.tar.bz2 gamejam-slgj-2024-d96b4ebce5ee6245fa80d27d41b67aa56555c912.zip |
Changed the template to now download raylib instead of having it in the repo.
Diffstat (limited to 'libs/raylib/src/external/glfw/.appveyor.yml')
-rw-r--r-- | libs/raylib/src/external/glfw/.appveyor.yml | 23 |
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 |