Ray
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
.github/workflows/ci_src_examples_win.yml
|
|
|
@ -11,6 +11,8 @@ jobs: |
|
|
|
run: | |
|
|
|
mkdir build |
|
|
|
cd build |
|
|
|
- name: Setup MSBuild.exe |
|
|
|
uses: warrenbuckley/Setup-MSBuild@v1 |
|
|
|
- name: Setup CMake Project |
|
|
|
run: cmake -G "Visual Studio 14 2015" -DSTATIC=ON -DSHARED=ON -DBUILD_EXAMPLES=ON -DBUILD_GAMES=OFF -DINCLUDE_EVERYTHING=ON ../raylib |
|
|
|
- name: Build raylib Source & Examples |
|
|
|
|