drogon/.travis.yml

44 lines
592 B
YAML
Raw Normal View History

os:
- linux
- osx
2019-03-26 15:25:22 +08:00
osx_image: xcode10.1
sudo: required
2019-03-26 15:25:22 +08:00
dist: xenial
language: cpp
addons:
apt:
sources:
- xenial
- sourceline: 'deb http://archive.ubuntu.com/ubuntu xenial main'
packages:
2019-03-26 15:25:22 +08:00
- gcc
- g++
- libjsoncpp-dev
- uuid-dev
- zlib1g-dev
2018-11-18 18:20:11 +08:00
- postgresql-server-dev-10
- openssl
- libssl-dev
2018-12-30 10:30:10 +08:00
- libsqlite3-dev
- build-essential
- cmake
homebrew:
packages:
2019-03-26 15:25:22 +08:00
- jsoncpp
- ossp-uuid
- openssl
- cmake
- libtool
- lz4
- postgresql
2018-12-05 09:50:36 +08:00
- mariadb
2018-12-30 10:30:10 +08:00
- sqlite3
script:
2019-03-26 15:25:22 +08:00
- ./build.sh && ./test.sh