peerplays-fc/.travis.yml

19 lines
435 B
YAML
Raw Normal View History

2018-03-22 15:52:01 +00:00
language: c++
git:
depth: 1
dist: trusty
sudo: true
install:
- echo "deb http://de.archive.ubuntu.com/ubuntu xenial main restricted universe multiverse" | sudo tee -a /etc/apt/sources.list
- sudo apt-get update
- sudo apt-get install --allow-unauthenticated g++ libboost-all-dev cmake libreadline-dev libssl-dev autoconf
script:
- cmake -DCMAKE_BUILD_TYPE=Debug -DBoost_USE_STATIC_LIBS=OFF .
- make -j 2
2018-03-22 16:02:09 +00:00
- tests/all_tests