Explorar el Código

Try to correct build scripts

bel hace 9 años
padre
commit
9fe0e5ace0
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      .travis.yml
  2. 1 1
      appveyor.yml

+ 1 - 1
.travis.yml

@@ -2481,5 +2481,5 @@ script:
 # Coveralls options: https://github.com/eddyxu/cpp-coveralls/blob/master/README.md
 after_success:
   - if [ "${BUILD_TYPE}" == "Coverage" -a "${TRAVIS_OS_NAME}" == "linux" ]; then
-      coveralls --include src --exclude main.c --include include --gcov-options '\-lp' --root .. --build-root .;
+      coveralls --include src --exclude src/main.c --include include --gcov-options '\-lp' --root .. --build-root .;
     fi

+ 1 - 1
appveyor.yml

@@ -109,7 +109,7 @@ install:
   # - http://help.appveyor.com/discussions/questions/1132-openssl-installation-issues
   # - https://github.com/appveyor/ci/issues/576
   #
-  - cmd: set PATH=%PATH%;C:\OpenSSL-Win32;C:\OpenSSL-Win64
+  - cmd: set PATH=%PATH%;C:\OpenSSL-Win32;C:\OpenSSL-Win64;%build_path%
   - dir C:\OpenSSL-Win32
   - dir C:\OpenSSL-Win64
   - path