Add test environment for macOS 10.14

- Small tweaks in test script

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2019-11-23 22:02:09 +01:00
parent a2a53365ad
commit 05a418592b
2 changed files with 8 additions and 3 deletions

View file

@ -38,8 +38,13 @@ matrix:
os: linux os: linux
env: CONTAINER=archlinux env: CONTAINER=archlinux
services: docker services: docker
- name: "Mac OS X 10.13" - name: "macOS 10.13"
os: osx os: osx
osx_image: xcode9.4
env: CONTAINER=osx
- name: "macOS 10.14"
os: osx
osx_image: xcode10.3
env: CONTAINER=osx env: CONTAINER=osx
install: install:
# Build the docker container # Build the docker container

View file

@ -12,8 +12,8 @@ make -j2
make install make install
timew --version timew --version
pushd test pushd test || exit
make make
./run_all -v ./run_all -v
cat all.log | grep 'not ok' grep 'not ok' all.log
./problems ./problems