瀏覽代碼
Update ci_src_examples_win.yml
pull/1067/head
Ray
5 年之前
committed by
GitHub
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID: 4AEE18F83AFDEB23
共有
1 個文件被更改,包括
2 次插入 和
0 次删除
-
.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 |
|
|
|
|