Skip to content

Commit

Permalink
update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Aug 3, 2017
1 parent 7c0d3c4 commit 2c09414
Showing 1 changed file with 31 additions and 34 deletions.
65 changes: 31 additions & 34 deletions appveyor.yml
Expand Up @@ -19,71 +19,68 @@ build:

after_build:
- cmd: >-
"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64
"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64
cd test
cd test
nmake
nmake
cd ../
cd ../
test_script:
- cmd: >-
cd projects\%PROJECT_DIR%
%Configuration%\iutest_sample.exe
if errorlevel 1 exit /b 1
cd projects\%PROJECT_DIR%
%Configuration%\iutest_sample.exe
cd %Configuration%
if errorlevel 1 exit /b 1
gtest1.exe
cd %Configuration%
if errorlevel 1 exit /b 1
gtest1.exe
gtest2.exe
if errorlevel 1 exit /b 1
if errorlevel 1 exit /b 1
gtest2.exe
gtest3.exe
if errorlevel 1 exit /b 1
if errorlevel 1 exit /b 1
gtest3.exe
gtest4.exe
if errorlevel 1 exit /b 1
if errorlevel 1 exit /b 1
gtest4.exe
gtest5.exe
if errorlevel 1 exit /b 1
if errorlevel 1 exit /b 1
gtest5.exe
gtest6.exe
if errorlevel 1 exit /b 1
if errorlevel 1 exit /b 1
gtest6.exe
gtest7.exe
if errorlevel 1 exit /b 1
if errorlevel 1 exit /b 1
gtest7.exe
gtest8.exe
if errorlevel 1 exit /b 1
if errorlevel 1 exit /b 1
gtest8.exe
gtest9.exe --terse_output
if errorlevel 1 exit /b 1
if errorlevel 1 exit /b 1
gtest9.exe --terse_output
gtest10.exe
if errorlevel 1 exit /b 1
if errorlevel 1 exit /b 1
gtest10.exe
cd ../../../
if errorlevel 1 exit /b 1
cd ../../../
cd test
cd test
nmake test
nmake test
notifications:
- provider: Email
Expand Down

0 comments on commit 2c09414

Please sign in to comment.