@@ -47,6 +47,9 @@ install:
before_script:
# Generate the build scripts with CMake
+ - pwd
+ - ldd crypto
+ - ldd ssl
- mkdir output
- cd output
- cmake --version
@@ -118,12 +118,13 @@ before_build:
- cd "%source_path%"
build_script:
+ - cd
- cd "%build_path%"
- appveyor AddMessage -Category Information "Build command '%build%'"
- cmd /c "%build%"
-test_script:
+test_script:
- appveyor AddMessage -Category Information "Test command '%build%'"
- cmd /c "%test%"