From: Martin Quinson Date: Tue, 8 Sep 2015 05:28:33 +0000 (+0200) Subject: [appveyor] link the win directory to the lin one before exploring it X-Git-Tag: v3_12~278 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/921adbce0cb61e745c69475a6a08a6e011fecdaf [appveyor] link the win directory to the lin one before exploring it --- diff --git a/appveyor.yml b/appveyor.yml index 0ff2a334e2..894bb398c2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -28,7 +28,7 @@ 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 "echo \"C:/MinGW64 /mingw64\" > /etc/fstab" - bash -lc "ls -lR /mingw64" - 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"