Update ci_src_examples_win.yml
This commit is contained in:
parent
da51abf07f
commit
aca9f20c2e
1 changed files with 4 additions and 1 deletions
5
.github/workflows/ci_src_examples_win.yml
vendored
5
.github/workflows/ci_src_examples_win.yml
vendored
|
@ -24,6 +24,9 @@ jobs:
|
||||||
- compiler: msvc16
|
- compiler: msvc16
|
||||||
bits: 64
|
bits: 64
|
||||||
GENERATOR: "Visual Studio 16 2019 Win64"
|
GENERATOR: "Visual Studio 16 2019 Win64"
|
||||||
|
|
||||||
|
env:
|
||||||
|
CFLAGS: ${{ matrix.CFLAGS }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
@ -38,7 +41,7 @@ jobs:
|
||||||
uses: warrenbuckley/Setup-MSBuild@v1
|
uses: warrenbuckley/Setup-MSBuild@v1
|
||||||
|
|
||||||
- name: Setup CMake Project
|
- name: Setup CMake Project
|
||||||
run: cmake -G "${{ matrix.GENERATOR }}" -DSTATIC=ON -DSHARED=ON -DBUILD_EXAMPLES=ON -DBUILD_GAMES=OFF -DINCLUDE_EVERYTHING=ON ../raylib
|
run: cmake -G "${{ matrix.GENERATOR }}" -DCMAKE_SH="CMAKE_SH-NOTFOUND" -DSTATIC=ON -DSHARED=ON -DBUILD_EXAMPLES=ON -DBUILD_GAMES=OFF -DINCLUDE_EVERYTHING=ON ../raylib
|
||||||
|
|
||||||
- name: Build raylib Source & Examples
|
- name: Build raylib Source & Examples
|
||||||
run: cmake --build . --target install
|
run: cmake --build . --target install
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue