X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/947495839ef99af601d901a89b790aadfbea69f6..41a79ecaf5ce51f0513500e8cc7f9a0ed5435374:/appveyor.yml diff --git a/appveyor.yml b/appveyor.yml index c44f286e4f..8817dd127f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -18,7 +18,7 @@ environment: BOOST_LIBRARYDIR: c:\Libraries\boost_1_59_0\stage\lib # BOOST_ROOT: c:\Libraries\boost # BOOST_LIBRARYDIR: c:\Libraries\boost\stage\lib - + TESH_ARGS: C:/projects/simgrid/bin/tesh --setenv srcdir=C:/projects/simgrid/examples/java --setenv classpath=C:/projects/simgrid/examples/java;C:/projects/simgrid/teshsuite/java;C:/projects/simgrid/simgrid.jar --cd C:/projects/simgrid/examples/java matrix: - COMPILER: MinGW-w64 @@ -46,13 +46,34 @@ build_script: - cd C:/projects/simgrid/examples/java && java -classpath ".;../../simgrid.jar" masterslave.Masterslave ../platforms/platform.xml masterslave/masterslaveDeployment.xml || true -# Using bash explicitely and closing STDIN is an attempt to avoid this error: +# I cant use the cmake test because of the following error: # Test project C:/projects/simgrid # Start 1: mc-replay-random-bug # ^CTerminate batch job (Y/N)? -# How dafuq am I supposed to press N on appveyor?? +# How dafuq am I supposed to press N on appveyor?? I tried closing stdin, in vain +#- bash -c "cd C:/projects/simgrid; exec 0<&-; ctest --output-on-failure" < nul || true + test_script: -- bash -c "cd C:/projects/simgrid; exec 0