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:
@@ -25,6 +25,8 @@ env:
|
||||
matrix:
|
||||
- BUILD_SHARED=NO
|
||||
- BUILD_SHARED=YES
|
||||
- CIVETWEB_SERVE_NO_FILES=NO
|
||||
- CIVETWEB_SERVE_NO_FILES=YES
|
||||
|
||||
addons:
|
||||
apt:
|
||||
|
||||
12
appveyor.yml
12
appveyor.yml
@@ -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%
|
||||
|
||||
Reference in New Issue
Block a user