Merge remote-tracking branch 'lenormf/cirrus'
This commit is contained in:
commit
f8ab9e0780
21
.cirrus.yml
21
.cirrus.yml
|
@ -4,29 +4,33 @@ freebsd_task:
|
||||||
gmake_script: pkg install -y gmake
|
gmake_script: pkg install -y gmake
|
||||||
matrix:
|
matrix:
|
||||||
- name: freebsd_clang
|
- name: freebsd_clang
|
||||||
|
env:
|
||||||
|
CXX: clang++
|
||||||
- name: freebsd_gcc
|
- name: freebsd_gcc
|
||||||
gcc_script: pkg install -y gcc
|
gcc_script: pkg install -y gcc
|
||||||
env:
|
env:
|
||||||
CXX: g++
|
CXX: g++
|
||||||
test_script: gmake test
|
test_script: gmake -j4 test
|
||||||
env:
|
env:
|
||||||
LC_ALL: en_US.UTF-8
|
LC_ALL: en_US.UTF-8
|
||||||
|
|
||||||
linux_task:
|
linux_task:
|
||||||
container:
|
|
||||||
image: gcc:7
|
|
||||||
locales_script:
|
locales_script:
|
||||||
- apt-get update && apt-get -y install locales
|
- apt-get update && apt-get -y install locales
|
||||||
- echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen
|
- echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen
|
||||||
- locale-gen en_US.UTF-8
|
- locale-gen en_US.UTF-8
|
||||||
matrix:
|
matrix:
|
||||||
- name: linux_clang
|
- name: linux_clang
|
||||||
|
container:
|
||||||
|
image: silkeh/clang:5
|
||||||
|
clang_script:
|
||||||
|
- apt-get -y install pkg-config libncursesw5-dev
|
||||||
env:
|
env:
|
||||||
CXX: clang++
|
CXX: clang++
|
||||||
clang_script:
|
|
||||||
- apt-get -y install clang
|
|
||||||
- name: linux_gcc
|
- name: linux_gcc
|
||||||
test_script: make test
|
container:
|
||||||
|
image: gcc:7
|
||||||
|
test_script: make -j4 test
|
||||||
env:
|
env:
|
||||||
LC_ALL: en_US.UTF-8
|
LC_ALL: en_US.UTF-8
|
||||||
|
|
||||||
|
@ -38,4 +42,7 @@ macos_task:
|
||||||
env:
|
env:
|
||||||
CXX: clang++
|
CXX: clang++
|
||||||
- name: macos_gcc
|
- name: macos_gcc
|
||||||
test_script: make test
|
gcc_script: brew install gcc@7
|
||||||
|
env:
|
||||||
|
CXX: g++-7
|
||||||
|
test_script: make -j4 test
|
||||||
|
|
|
@ -4,7 +4,7 @@ ifdef::env-github,env-browser[:outfilesuffix: .asciidoc]
|
||||||
:website: http://kakoune.org
|
:website: http://kakoune.org
|
||||||
:travis-img: https://travis-ci.org/mawww/kakoune.svg?branch=master
|
:travis-img: https://travis-ci.org/mawww/kakoune.svg?branch=master
|
||||||
:travis-url: https://travis-ci.org/mawww/kakoune
|
:travis-url: https://travis-ci.org/mawww/kakoune
|
||||||
:cirrus-img: https://cirrus-ci.com/github/mawww/kakoune.svg
|
:cirrus-img: https://api.cirrus-ci.com/github/mawww/kakoune.svg
|
||||||
:cirrus-url: https://cirrus-ci.com/github/mawww/kakoune
|
:cirrus-url: https://cirrus-ci.com/github/mawww/kakoune
|
||||||
:irc-img: https://img.shields.io/badge/IRC-%23kakoune-blue.svg
|
:irc-img: https://img.shields.io/badge/IRC-%23kakoune-blue.svg
|
||||||
:irc-url: https://webchat.freenode.net/?channels=kakoune
|
:irc-url: https://webchat.freenode.net/?channels=kakoune
|
||||||
|
|
Loading…
Reference in New Issue
Block a user