소스 검색

Check build environment in build scripts

bel 10 년 전
부모
커밋
86842f88f3
2개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 0
      .travis.yml
  2. 2 1
      appveyor.yml

+ 3 - 0
.travis.yml

@@ -47,6 +47,9 @@ install:
 
 before_script:
   # Generate the build scripts with CMake
+  - pwd
+  - ldd crypto
+  - ldd ssl
   - mkdir output
   - cd output
   - cmake --version

+ 2 - 1
appveyor.yml

@@ -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%"
   - cd "%source_path%"
 
-test_script:
+test_script:   
   - cd "%build_path%"
   - appveyor AddMessage -Category Information "Test command '%build%'"
   - cmd /c "%test%"