CI
This commit is contained in:
parent
62ec2d1029
commit
cbf632ea0e
1 changed files with 2 additions and 0 deletions
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
@ -47,6 +47,8 @@ jobs:
|
|||
mkdir build
|
||||
cd build
|
||||
cmake -DWITH_PIC=on -DCMAKE_BUILD_TYPE=Release ..
|
||||
echo %cd%
|
||||
dir
|
||||
msbuild ALL_BUILD.vxcproj
|
||||
copy raylib\Debug\raylib.lib ..\..
|
||||
cd ..\..
|
||||
|
|
Reference in a new issue