travis: builkd without sasl
authorMichael Wallner <mike@php.net>
Tue, 18 Feb 2020 12:39:10 +0000 (13:39 +0100)
committerMichael Wallner <mike@php.net>
Tue, 18 Feb 2020 12:39:10 +0000 (13:39 +0100)
.travis.yml

index b753d101b863232bdddb46a51088890466bb1dd7..0463587f68bce022c909e197194aca2fb6f47c64 100644 (file)
@@ -16,8 +16,8 @@ compiler:
 
 env:
 # prod
- - BUILD=Release
- - BUILD=Debug
+ - BUILD=Release SASL=OFF
+ - BUILD=Debug SASL=OFF
 
 #before_install:
 #install:
@@ -28,7 +28,7 @@ before_script:
 
 script:
  - cd build
- - cmake -DCMAKE_BUILD_TYPE=${BUILD} ..
+ - cmake -DCMAKE_BUILD_TYPE=${BUILD} -DENABLE_SASL=${SASL} ..
  - make
  - make test
  - make install DESTDIR=.