From eddd362235398153c9bc1fbd7962b212aa806655 Mon Sep 17 00:00:00 2001 From: Adrien Delorme Date: Tue, 16 Oct 2018 15:04:49 +0200 Subject: [PATCH] debug path --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index bb8c43c4c..e64f240ed 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -46,6 +46,8 @@ install: build_script: - git rev-parse HEAD + - '%BASH% -lc "pwd"' + - '%BASH% -lc "cat Makefile"' - '%BASH% -lc "make --version"' - '%BASH% -lc "make deps"'