try docker

This commit is contained in:
asquelt 2017-04-06 12:47:57 +02:00
parent b62be5d584
commit 1068a2dfbe

View File

@ -15,9 +15,9 @@ matrix:
- docker
before_install:
- docker run -d --name xenial -v $(dirname $(pwd)):/root -w /root nimmis/ubuntu:16.04
- docker exec -it xenial /root/CI/install-dependencies-xenial.sh
- docker exec -it xenial /root/obs-websocket/CI/install-dependencies-xenial.sh
before_script:
- docker exec -it xenial /root/CI/before-script-xenial.sh
- docker exec -it xenial /root/obs-websocket/CI/before-script-xenial.sh
- os: osx
before_install: "./CI/install-dependencies-osx.sh"