summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2021-11-23 08:55:57 +1100
committerMaxime Coste <mawww@kakoune.org>2021-11-23 08:55:57 +1100
commit08d2a8ba63f9f0fbabf6a6221531afc91698fc20 (patch)
tree100d56290d02bffee81635e597fe31430a537993 /.cirrus.yml
parent2825ca5f73e3947c408f0eb36468438cbe486275 (diff)
More cirrus CI fixes
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 03937ba7..ca5a57da 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -1,6 +1,6 @@
freebsd_task:
freebsd_instance:
- image_family: freebsd-12-2
+ image_family: freebsd-13-0
gmake_script: pkg install -y gmake
matrix:
- name: freebsd_clang
@@ -23,8 +23,6 @@ linux_task:
- name: linux_clang
container:
image: silkeh/clang:10
- clang_script:
- - apt-get -y install pkg-config libncursesw5-dev
env:
CXX: clang++
- name: linux_gcc
@@ -39,8 +37,9 @@ macos_task:
image: big-sur-base
matrix:
- name: macos_clang
+ clang_script: brew install llvm@13
env:
- CXX: clang++
+ CXX: /usr/local/opt/llvm/bin/clang++
- name: macos_gcc
gcc_script: brew install gcc@10
env: