Skip to content

Commit

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

cd ../../

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

Expand Down
2 changes: 1 addition & 1 deletion script/travis-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ premake5 gmake

cd zpm/
make
cd ../
cd ../../

bin/x86/bsp-test
bin/x86/bsp-testd
Expand Down

0 comments on commit 702ab99

Please sign in to comment.