1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-08-09 03:22:45 +03:00

Try to correct build scripts

This commit is contained in:
bel
2016-05-22 09:54:49 +02:00
parent 1e4a9ee87d
commit 9fe0e5ace0
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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