Update ci_src_examples_win.yml

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

View File

@ -7,12 +7,9 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- name: Enable MSVC Developer Command Prompt
uses: ilammy/msvc-dev-cmd@v1.0.0
- 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