Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[appveyor] link the win directory to the lin one before exploring it
authorMartin Quinson <martin.quinson@loria.fr>
Tue, 8 Sep 2015 05:28:33 +0000 (07:28 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Tue, 8 Sep 2015 05:28:33 +0000 (07:28 +0200)
appveyor.yml

index 0ff2a33..894bb39 100644 (file)
@@ -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"