try docker

This commit is contained in:
asquelt 2017-04-06 13:19:33 +02:00
parent a19d2956c1
commit 218f7af2e3

View File

@ -23,4 +23,5 @@ matrix:
before_install: "./CI/install-dependencies-osx.sh"
before_script: "./CI/before-script-osx.sh"
script: cd ./build && make -j4 && cd -
# this is already handled in before_script
#script: cd ./build && make -j4 && cd -