diff options
author | Jack Lloyd <[email protected]> | 2019-09-10 09:38:40 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-09-10 09:38:40 -0400 |
commit | 71a92630ac1e3d995a017610e82a62ad6c54d246 (patch) | |
tree | 4bc287ed545c61df8983d50495ba31f5016564f0 /src/scripts/ci | |
parent | 0ee18280a798c3f311259036ae70e503ae9ff3a3 (diff) | |
parent | 00bfb00326b1277151316da692b3284cd74b2e3e (diff) |
Merge GH #2098 Add --build-targets= option
Diffstat (limited to 'src/scripts/ci')
-rw-r--r-- | src/scripts/ci/lgtm.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/ci/lgtm.yml b/src/scripts/ci/lgtm.yml index 6967f3299..fa2423858 100644 --- a/src/scripts/ci/lgtm.yml +++ b/src/scripts/ci/lgtm.yml @@ -28,4 +28,4 @@ extraction: cpp: configure: command: - - ./configure.py --build-bogo-shim --build-fuzzers=test --with-zlib --with-bzip2 --with-lzma --with-openssl --with-sqlite3 --no-store-vc-rev + - ./configure.py --build-targets="static,shared,cli,tests,bogo_shim" --build-fuzzers=test --with-zlib --with-bzip2 --with-lzma --with-openssl --with-sqlite3 --no-store-vc-rev |