mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-06 06:13:10 +00:00
Update ci_src_examples_win.yml
This commit is contained in:
parent
da51abf07f
commit
aca9f20c2e
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…
x
Reference in New Issue
Block a user