Browse Source

Update ci_src_examples_win.yml

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

+ 1
- 4
.github/workflows/ci_src_examples_win.yml View File

@ -12,9 +12,6 @@ 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 ..
dir
dir ..
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
run: cmake --build . --target install

Loading…
Cancel
Save