language: cpp compiler: - gcc addons: apt: packages: - cmake - libboost-all-dev - libcurl-dev script: - cmake . - make