Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[appveyor] use full path to test folder
authorMartin Quinson <martin.quinson@loria.fr>
Mon, 5 Oct 2015 23:44:23 +0000 (01:44 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Mon, 5 Oct 2015 23:44:23 +0000 (01:44 +0200)
appveyor.yml

index 4ed893e..addf069 100644 (file)
@@ -43,7 +43,7 @@ build_script:
 - if not [%COMPILER%]==[MSVC15]                      cmake -G "MinGW Makefiles"             -Denable_java=ON -Denable_smpi=OFF -Denable_mallocators=OFF -Denable_lto=OFF .
 - if [%COMPILER%]==[MSVC15]     msbuild ALL_BUILD.vcxproj /verbosity:normal
 - if not [%COMPILER%]==[MSVC15] mingw32-make VERBOSE=1
 - if not [%COMPILER%]==[MSVC15]                      cmake -G "MinGW Makefiles"             -Denable_java=ON -Denable_smpi=OFF -Denable_mallocators=OFF -Denable_lto=OFF .
 - if [%COMPILER%]==[MSVC15]     msbuild ALL_BUILD.vcxproj /verbosity:normal
 - if not [%COMPILER%]==[MSVC15] mingw32-make VERBOSE=1
-- cd examples/java ; java -classpath ".;../../simgrid.jar" masterslave.Masterslave ../platforms/platform.xml masterslave/masterslaveDeployment.xml --log=root.thres:verbose --log=xbt.thres:info || true
+- cd C:/projects/simgrid/examples/java ; java -classpath ".;../../simgrid.jar" masterslave.Masterslave ../platforms/platform.xml masterslave/masterslaveDeployment.xml --log=root.thres:verbose --log=xbt.thres:info || true
 
 #test_script:
 #- ctest --verbose || true
 
 #test_script:
 #- ctest --verbose || true