Browse Source

Update ci_src_examples_win.yml

pull/1067/head
Ray 5 years ago
committed by GitHub
parent
commit
59a44bf5b9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .github/workflows/ci_src_examples_win.yml

+ 2
- 0
.github/workflows/ci_src_examples_win.yml View File

@ -11,6 +11,8 @@ jobs:
run: |
mkdir build
cd build
- name: Setup MSBuild.exe
uses: warrenbuckley/Setup-MSBuild@v1
- name: Setup CMake Project
run: cmake -G "Visual Studio 14 2015" -DSTATIC=ON -DSHARED=ON -DBUILD_EXAMPLES=ON -DBUILD_GAMES=OFF -DINCLUDE_EVERYTHING=ON ../raylib
- name: Build raylib Source & Examples

Loading…
Cancel
Save