openjpeg/.travis.yml

9 lines
156 B
YAML
Raw Normal View History

2015-09-07 22:40:11 +02:00
language: c
compiler:
- gcc
script:
- mkdir build
- cd build
- cmake -G "Unix Makefiles" -DBUILD_CODEC=ON -DBUILD_THIRDPARTY=ON ..
- make