mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
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:
parent
a2a53365ad
commit
05a418592b
2 changed files with 8 additions and 3 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue