Skip to content

Commit 5fe9269

Browse files
author
Clement Champetier
committed
Appveyor: refactore appveyor script
1 parent c02f3d5 commit 5fe9269

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ build_script:
4646
- tools/appveyor/build.bat
4747

4848
test_script:
49-
- cd ..
5049
- tools/appveyor/python.nosetests.bat
5150

5251
on_failure:

tools/appveyor/build.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ call cmake.exe .. -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTAL
1010
call nmake /F Makefile
1111
call nmake /F Makefile install
1212

13+
cd ..
14+
1315
@echo off

0 commit comments

Comments
 (0)