mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-06 14:23:12 +00:00
Update ci_src_examples_win.yml
This commit is contained in:
parent
7104911236
commit
bc07636d6b
4
.github/workflows/ci_src_examples_win.yml
vendored
4
.github/workflows/ci_src_examples_win.yml
vendored
@ -10,7 +10,9 @@ jobs:
|
|||||||
- 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
|
||||||
- name: Setup Environment
|
- name: Setup Environment
|
||||||
run: mkdir build && cd build
|
run: |
|
||||||
|
mkdir build
|
||||||
|
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user