Browse Source

Update ci_src_examples_win.yml

pull/1060/head
Ray 5 years ago
committed by GitHub
parent
commit
ca329bba0d
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

@ -9,6 +9,8 @@ jobs:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: Enable MSVC Developer Command Prompt - name: Enable MSVC Developer Command Prompt
uses: ilammy/msvc-dev-cmd@v1.0.0 uses: ilammy/msvc-dev-cmd@v1.0.0
- run: mkdir build
- run: cd build
- name: Setup CMake Project - 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 ..
- name: Build raylib Source & Examples - name: Build raylib Source & Examples

||||||
x
 
000:0
Loading…
Cancel
Save