Skip to content

Commit

Permalink
try to speed up build by skipping cmake install and debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
halfnelson committed Apr 2, 2015
1 parent 1c7c990 commit af0c208
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 1 addition & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
shallow_clone: true
clone_depth: 5

install:
- cinst -y cmake
clone_depth: 2

build_script: bin\ci-windows.bat

Expand Down
3 changes: 3 additions & 0 deletions bin/build-windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,11 @@ erase libmoai\third-party\luajit\luajit\src\lua51.lib
echo Creating Debug Libs
cmake -DCMAKE_INSTALL_PREFIX=%libprefix%\Debug %rootpath%\cmake\hosts\host-win-sdl || exit /b 1


if "%CI%"=="TRUE" goto skipdebug
cmake --build . --target INSTALL --config Debug || exit /b 1

:skipdebug
echo Creating Distribute Libs
rmdir /S/Q %libprefix%\Distribute\lib

Expand Down

0 comments on commit af0c208

Please sign in to comment.