Different method of installing deps, debug with ls

This commit is contained in:
Jack Bond-Preston 2016-07-31 20:56:41 +01:00
parent c708219d13
commit de281c553e

View File

@ -1,15 +1,10 @@
language: cpp
compiler:
- gcc
compiler: gcc
addons:
apt:
packages:
- cmake
- libboost-all-dev
- libcurl-dev
before_install: sudo apt-get install cmake libboost-all-dev libcurl-dev
script:
- ls
- cmake .
- make