summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorMartin Matuska <martin@matuska.org>2019-01-22 01:50:16 +0100
committerMartin Matuska <martin@matuska.org>2019-01-23 00:08:37 +0100
commit74a5f9ac8155bcf12b7a049c41febe94e1708e05 (patch)
treed5fa643d6ec880a5f9c649d39694b3d5d117ae84 /.cirrus.yml
parent4891f608cbb749d819c30ab47dfd2bcde021e93c (diff)
downloadlibarchive-74a5f9ac8155bcf12b7a049c41febe94e1708e05.tar.gz
CI build: allow BS as a shortcut for BUILD_SYSTEM variable
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index ea804e79..a41cf07e 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -16,9 +16,9 @@ task:
image: high-sierra-xcode-10.0
matrix:
env:
- BUILD_SYSTEM: autotools
+ BS: autotools
env:
- BUILD_SYSTEM: cmake
+ BS: cmake
install_script:
- ./build/ci/cirrus_ci.sh install
script: