We need to use docker here as travis only provides Ubuntu 14.04 based images which are not enough for us to build everything.
9 lines
103 B
YAML
9 lines
103 B
YAML
language: cpp
|
|
os: linux
|
|
sudo: required
|
|
|
|
services:
|
|
- docker
|
|
|
|
script:
|
|
- scripts/build-with-docker.sh
|