1 2 3 4 5 6 7
language: c dist: trusty script: - mkdir lib/build - cd lib/build && cmake .. && make - mkdir build - cd build && cmake .. && make