1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-12-22 04:02:04 +03:00

Add NO_FILES build to the CI test environment

This commit is contained in:
bel
2015-07-31 18:49:18 +02:00
parent ddbeff24c3
commit a2906702ca
2 changed files with 14 additions and 0 deletions

View File

@@ -25,6 +25,8 @@ env:
matrix:
- BUILD_SHARED=NO
- BUILD_SHARED=YES
- CIVETWEB_SERVE_NO_FILES=NO
- CIVETWEB_SERVE_NO_FILES=YES
addons:
apt:

View File

@@ -20,12 +20,23 @@ environment:
matrix:
- compiler: gcc-5.1.0-posix
build_shared: NO
no_files: NO
- compiler: gcc-5.1.0-posix
build_shared: YES
no_files: NO
- compiler: msvc-18-seh
build_shared: NO
no_files: NO
- compiler: msvc-18-seh
build_shared: YES
no_files: NO
- compiler: gcc-5.1.0-posix
build_shared: YES
no_files: YES
- compiler: msvc-18-seh
build_shared: YES
no_files: YES
install:
# Derive some extra information
@@ -91,6 +102,7 @@ before_build:
-G "%generator%"
-DCMAKE_BUILD_TYPE=%build_type%
-DBUILD_SHARED_LIBS=%build_shared%
-DCIVETWEB_SERVE_NO_FILES=%no_files%
"-DCIVETWEB_THIRD_PARTY_DIR=%third_party_dir:\=\\%"
-DCIVETWEB_ENABLE_THIRD_PARTY_OUTPUT=YES
-DCIVETWEB_ENABLE_SSL=%enable_ssl%