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:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user