From 9647ab38068415bebef4605f839b4bb317528c19 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Mon, 7 Sep 2015 19:41:45 +0200 Subject: [PATCH] [appveyor] try to get some info on appveyor installs --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 15190eaea0..0ff2a334e2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -29,7 +29,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 "printenv" +- 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" - bash -lc "cd /c/projects/simgrid; echo XXX src/internal_config.h; cat src/internal_config.h" -- 2.20.1