language: c compiler: - gcc script: - mkdir build - cd build - cmake -G "Unix Makefiles" -DBUILD_CODEC=ON -DBUILD_THIRDPARTY=ON .. - make