Skip to content

Commit

Permalink
Fixed cd
Browse files Browse the repository at this point in the history
  • Loading branch information
pevisscher committed Aug 7, 2016
1 parent 3db692c commit bbbee15
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 deletions.
11 changes: 5 additions & 6 deletions script/appveyor-build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ cd test/
premake5 vs2015 || exit /b
msbuild zpm/BSPLib-ZPM.sln || exit /b

cd ../docs/images/ || exit /b
..\..\bin\x86\bsp-test.exe || exit /b
..\..\bin\x86\bsp-testd.exe || exit /b
bin\x86\bsp-test.exe || exit /b
bin\x86\bsp-testd.exe || exit /b

..\..\bin\x86_64\bsp-test.exe || exit /b
..\..\bin\x86_64\bsp-testd.exe || exit /b
bin\x86_64\bsp-test.exe || exit /b
bin\x86_64\bsp-testd.exe || exit /b

..\..\test\bin\x86\bsp-zpm-test.exe || exit /b
test\bin\x86\bsp-zpm-test.exe || exit /b
15 changes: 7 additions & 8 deletions script/travis-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,12 @@ cd zpm/
make
cd ../

cd ../docs/images/
../../bin/x86/bsp-test
../../bin/x86/bsp-testd
#../../bin/x86/bsp-testcd
bin/x86/bsp-test
bin/x86/bsp-testd
#bin/x86/bsp-testcd

../../bin/x86_64/bsp-test
../../bin/x86_64/bsp-testd
#../../bin/x86_64/bsp-testcd
bin/x86_64/bsp-test
bin/x86_64/bsp-testd
#bin/x86_64/bsp-testcd

../../test/bin/x86/bsp-zpm-test
test/bin/x86/bsp-zpm-test

0 comments on commit bbbee15

Please sign in to comment.