mirror of https://github.com/axmolengine/axmol.git
Try fix windows ci
This commit is contained in:
parent
d5b5a54223
commit
e8f6ea09e7
|
@ -7,7 +7,7 @@ if($BUILD_ARCH -eq "x86") {
|
|||
$CONFIG_ALL_OPTIONS += '-A', 'Win32'
|
||||
}
|
||||
|
||||
cmake -S . -B build_$BUILD_ARCH $CONFIG_ALL_OPTIONS -DAX_ENABLE_EXT_IMGUI=ON
|
||||
cmake -S . -B build_$BUILD_ARCH $CONFIG_ALL_OPTIONS -Thost=x64 -DAX_ENABLE_EXT_IMGUI=ON
|
||||
|
||||
cmake --build build_$BUILD_ARCH --config Release --target cpp-tests
|
||||
cmake --build build_$BUILD_ARCH --config Release --target lua-tests
|
||||
|
|
Loading…
Reference in New Issue