Added #define matrix

This commit is contained in:
Sergey Lyubka 2014-08-01 09:11:00 +01:00
parent e9c434a6a1
commit 2daff6959f

View File

@ -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