freebsd_task:
name: FBSD+BM
- only_if: $CIRRUS_BRANCH != coverity_scan
+ only_if: $CIRRUS_BRANCH != 'coverity_scan'
freebsd_instance:
# FreeBSD fails to start with 1 GB. 8 CPUs max concurrency.
matrix:
linux_task:
name: LNX+BM
- only_if: $CIRRUS_BRANCH != coverity_scan
+ only_if: $CIRRUS_BRANCH != 'coverity_scan'
container:
# Linux works just fine with 1 GB. 16 CPUs max concurrency.
cpu: 4
macos_task:
name: MAC+BM
- only_if: $CIRRUS_BRANCH != coverity_scan
+ only_if: $CIRRUS_BRANCH != 'coverity_scan'
macos_instance:
image: big-sur-xcode
# "cpu" and "memory" are invalid keywords for macOS tasks now
coverity_task:
name: Coverity Scan
- only_if: $CIRRUS_BRANCH == coverity_scan
+ only_if: $CIRRUS_BRANCH == 'coverity_scan'
container:
cpu: 4
memory: 2G