Update ci_src_examples_win.yml
This commit is contained in:
parent
451969de1b
commit
d1a4c1f789
1 changed files with 4 additions and 4 deletions
8
.github/workflows/ci_src_examples_win.yml
vendored
8
.github/workflows/ci_src_examples_win.yml
vendored
|
@ -9,7 +9,7 @@ jobs:
|
|||
- uses: actions/checkout@v1
|
||||
- name: Enable MSVC Developer Command Prompt
|
||||
uses: ilammy/msvc-dev-cmd@v1.0.0
|
||||
- name: Build using CL.EXE
|
||||
run: cd src && make PLATFORM=PLATFORM_DESKTOP
|
||||
- name: make examples
|
||||
run: cd examples && make PLATFORM=PLATFORM_DESKTOP
|
||||
- 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
|
||||
run: cmake --build . --target install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue