Update ci_src_examples_win.yml

This commit is contained in:
Ray 2020-01-09 17:30:35 +01:00 committed by GitHub
parent e88099bfd3
commit 0237231a8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,9 @@ jobs:
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 ..
run: |
cmake -G "Visual Studio 14 2015" -DSTATIC=ON -DSHARED=ON -DBUILD_EXAMPLES=ON -DBUILD_GAMES=OFF -DINCLUDE_EVERYTHING=ON ..
dir
dir ..
- name: Build raylib Source & Examples
run: cmake --build . --target install