From: Martin Quinson Date: Mon, 7 Sep 2015 14:57:21 +0000 (+0200) Subject: [appveyor] try to KISS X-Git-Tag: v3_12~281 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/78938009bd128ac5fa7dde4450dad1600a34377f?ds=inline [appveyor] try to KISS --- diff --git a/appveyor.yml b/appveyor.yml index dcb68af210..15190eaea0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -28,8 +28,8 @@ install: build_script: #- '"C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\VsDevCmd"' -- bash -lc "echo \"C:/MinGW /mingw\" > /etc/fstab" -- bash -lc "printenv" +#- bash -lc "echo \"C:/MinGW /mingw\" > /etc/fstab" +#- bash -lc "printenv" - 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=OFF -Denable_model-checking=OFF ." - bash -lc "cd /c/projects/simgrid; echo XXX simgrid_config.h; cat include/simgrid_config.h" - bash -lc "cd /c/projects/simgrid; echo XXX src/internal_config.h; cat src/internal_config.h"