mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-08-05 11:56:00 -04:00
Fix tests running twice in appveyor
This commit is contained in:
parent
ceb85fd5cd
commit
cf7d7a26c1
@ -87,25 +87,21 @@ before_build:
|
|||||||
build_script:
|
build_script:
|
||||||
# build
|
# build
|
||||||
- |-
|
- |-
|
||||||
set PATH=%PREFIX%\lib;%PATH%
|
|
||||||
|
|
||||||
%MINGW% set PATH=c:\mingw\bin;%PATH%
|
%MINGW% set PATH=c:\mingw\bin;%PATH%
|
||||||
|
|
||||||
cd %APPVEYOR_BUILD_FOLDER%
|
cd %APPVEYOR_BUILD_FOLDER%
|
||||||
cmake -DCMAKE_PREFIX_PATH=%PREFIX% %CMAKE_ARGS% .
|
cmake -DCMAKE_PREFIX_PATH=%PREFIX% %CMAKE_ARGS% .
|
||||||
cmake --build .
|
cmake --build .
|
||||||
|
|
||||||
%MSVC% set PATH=%APPVEYOR_BUILD_FOLDER%\Debug;%PATH%
|
|
||||||
%MINGW% set PATH=%APPVEYOR_BUILD_FOLDER%;%PATH%
|
|
||||||
ctest -V
|
|
||||||
|
|
||||||
%MINGW32% type FindSDL2PP.cmake
|
%MINGW32% type FindSDL2PP.cmake
|
||||||
%MINGW32% type sdl2pp.pc
|
%MINGW32% type sdl2pp.pc
|
||||||
|
|
||||||
# tests; PATH here lists library search paths
|
# tests; PATH here lists library search paths
|
||||||
- |-
|
- |-
|
||||||
%MINGW32% set PATH=%APPVEYOR_BUILD_FOLDER%;%PREFIX%\lib;c:\mingw\bin;%Path%
|
set PATH=%PREFIX%\lib;%PATH%
|
||||||
%MINGW32% mingw32-make ARGS=-V test
|
%MSVC% set PATH=%APPVEYOR_BUILD_FOLDER%\Debug;%PATH%
|
||||||
|
%MINGW% set PATH=%APPVEYOR_BUILD_FOLDER%;%PATH%
|
||||||
|
ctest -V
|
||||||
|
|
||||||
after_build:
|
after_build:
|
||||||
- git status
|
- git status
|
||||||
|
Loading…
x
Reference in New Issue
Block a user