Skip to content

Commit 47fb81c

Browse files
committed
PHPC-1499: Add build without FLE support to travis-ci
1 parent 545db4e commit 47fb81c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.travis.scripts/before_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
CONFIGURE_OPTS="--enable-mongodb-developer-flags --enable-mongodb-coverage"
3+
CONFIGURE_OPTS="${CONFIGURE_OPTS} --enable-mongodb-developer-flags --enable-mongodb-coverage"
44

55
if [ -n "${SSL_VERSION}" ]; then
66
CONFIGURE_OPTS="${CONFIGURE_OPTS} --with-mongodb-ssl=${SSL_VERSION}"

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,12 @@ jobs:
102102
env:
103103
- SERVER_VERSION=4.0.12
104104

105+
# Test with different configure options
106+
- stage: Test
107+
php: 7.3
108+
env:
109+
- CONFIGURE_OPTS="--with-mongodb-client-side-encryption=no"
110+
105111
before_install:
106112
- openssl aes-256-cbc -K $encrypted_b354efda2943_key -iv $encrypted_b354efda2943_iv -in .travis.scripts/atlas-uris.txt.enc -out .travis.scripts/atlas-uris.txt -d || true
107113
- pip install --user "mongo-orchestration>=0.6.7,<1.0"

0 commit comments

Comments
 (0)