Update ci_src_examples_win.yml

This commit is contained in:
Ray 2020-01-09 17:27:03 +01:00 committed by GitHub
parent f21bd8836a
commit 887881486b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
name: CI - Source & Examples - Windows
on: [push, pull_request, release]
on: [push, pull_request]
jobs:
build:
@ -10,6 +10,7 @@ jobs:
- name: Setup Environment
run: |
mkdir build
cd build
- name: Setup CMake Project
run: cmake -G "Visual Studio 14 2015" -DSTATIC=ON -DSHARED=ON -DBUILD_EXAMPLES=ON -DBUILD_GAMES=OFF -DINCLUDE_EVERYTHING=ON ..
- name: Build raylib Source & Examples