X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f9ff9073c22a1a5fca4f2bf51fa601789acc6b15..516e0a93946f28cc9ff8fc04ba5674f7b396db2d:/appveyor.yml diff --git a/appveyor.yml b/appveyor.yml index 5480121bee..ffb8e5ded2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -42,6 +42,7 @@ build_script: - C:\MinGW\msys\1.0\bin\bash -lc "cd /c/projects/simgrid && cmake -G \"MSYS Makefiles\" -DBOOST_ROOT=\"%BOOST_ROOT%\" -DBOOST_LIBRARYDIR=\"%BOOST_LIBRARYDIR%\" -DBoost_USE_STATIC_LIBS=ON -Denable_debug=ON -Denable_documentation=OFF -Denable_coverage=OFF -Denable_tracing=ON -Denable_java=ON ." - C:\MinGW\msys\1.0\bin\bash -lc "cd /c/projects/simgrid; echo XXX simgrid_config.h; cat include/simgrid_config.h" - C:\MinGW\msys\1.0\bin\bash -lc "cd /c/projects/simgrid; echo XXX src/internal_config.h; cat src/internal_config.h" +- C:\MinGW\msys\1.0\bin\bash -lc "cd /c/projects/simgrid; echo XXX Internal builtins; gcc -dM -E - < /dev/null" - C:\MinGW\msys\1.0\bin\bash -lc "cd /c/projects/simgrid && make" test_script: