Fix continuous integration configuration

This commit is contained in:
Maxime Coste 2020-08-24 19:22:13 +10:00
parent ba379cba52
commit 04f11c2af3

View File

@ -22,14 +22,14 @@ linux_task:
matrix: matrix:
- name: linux_clang - name: linux_clang
container: container:
image: silkeh/clang:6 image: silkeh/clang:7
clang_script: clang_script:
- apt-get -y install pkg-config libncursesw5-dev - apt-get -y install pkg-config libncursesw5-dev
env: env:
CXX: clang++ CXX: clang++
- name: linux_gcc - name: linux_gcc
container: container:
image: gcc:8 image: gcc:9
test_script: make -j4 test test_script: make -j4 test
env: env:
LC_ALL: en_US.UTF-8 LC_ALL: en_US.UTF-8
@ -42,7 +42,7 @@ macos_task:
env: env:
CXX: clang++ CXX: clang++
- name: macos_gcc - name: macos_gcc
gcc_script: brew install gcc@8 gcc_script: brew install gcc@9
env: env:
CXX: g++-8 CXX: g++-9
test_script: make -j4 test test_script: make -j4 test