language: cpp compiler: gcc before_install: sudo apt-get install cmake libboost-all-dev libcurl-dev script: - ls - cmake . - make