mirror of
https://github.com/cesanta/mongoose.git
synced 2025-08-06 13:37:34 +08:00
Added #define matrix
This commit is contained in:
parent
e9c434a6a1
commit
2daff6959f
14
.travis.yml
14
.travis.yml
@ -1,7 +1,21 @@
|
|||||||
language: cpp
|
language: cpp
|
||||||
|
|
||||||
|
env:
|
||||||
|
matrix:
|
||||||
|
- MONGOOSE_NO_SOCKETPAIR
|
||||||
|
- MONGOOSE_NO_FILESYSTEM
|
||||||
|
- MONGOOSE_NO_AUTH
|
||||||
|
- MONGOOSE_NO_DAV
|
||||||
|
- MONGOOSE_NO_DIRECTORY_LISTING
|
||||||
|
- MONGOOSE_NO_LOGGING
|
||||||
|
- MONGOOSE_NO_SSI
|
||||||
|
- MONGOOSE_NO_DL
|
||||||
|
- MONGOOSE_NO_WEBSOCKET
|
||||||
|
|
||||||
compiler:
|
compiler:
|
||||||
- gcc
|
- gcc
|
||||||
- clang
|
- clang
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cd examples
|
- cd examples
|
||||||
- make u server
|
- make u server
|
||||||
|
Loading…
Reference in New Issue
Block a user