mirror of
https://github.com/cesanta/mongoose.git
synced 2025-08-06 05:26:15 +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
|
||||
|
||||
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:
|
||||
- gcc
|
||||
- clang
|
||||
|
||||
script:
|
||||
- cd examples
|
||||
- make u server
|
||||
|
Loading…
Reference in New Issue
Block a user