Add Travis CI settings for Xenial and Bionic

This commit is contained in:
Jeongseok Lee
2018-07-09 21:57:57 -07:00
parent 04556502f0
commit 3d1cd749b4
6 changed files with 126 additions and 34 deletions

17
.ci/docker/ubuntu-xenial Normal file
View File

@@ -0,0 +1,17 @@
FROM ubuntu:xenial
RUN apt-get update -qq
RUN apt-get install -y \
build-essential \
clang \
cmake \
curl \
git \
libgl-dev \
libglu-dev \
libpython3-dev \
lsb-release \
pkg-config \
python3 \
software-properties-common \
sudo