diff options
| author | mayeut <mayeut@users.noreply.github.com> | 2015-09-07 23:19:40 +0200 |
|---|---|---|
| committer | mayeut <mayeut@users.noreply.github.com> | 2015-09-07 23:19:40 +0200 |
| commit | bd291ae5a8f7d95d2aa77a26313b544736275019 (patch) | |
| tree | 1d7f76fad4acab827db2b0fdba8fb70abf1a2550 | |
| parent | f1ba09f690ddb66fe89dc1db859f64bc429455b0 (diff) | |
Add tests when running travis-ci
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 3e501108..963c2e51 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,11 @@ language: c before_install: - - git clone --depth=1 --branch=master git://github.com/uclouvain/openjpeg-data.git uclouvain/openjpeg-data + - git clone --depth=1 --branch=master git://github.com/uclouvain/openjpeg-data.git data compiler: - gcc script: - mkdir build - cd build - - cmake -G "Unix Makefiles" -DBUILD_CODEC=ON -DBUILD_THIRDPARTY=ON -DBUILD_TESTING=ON -DOPJ_DATA_ROOT=../../openjpeg-data .. + - cmake -G "Unix Makefiles" -DBUILD_CODEC=ON -DBUILD_THIRDPARTY=ON -DBUILD_TESTING=ON -DOPJ_DATA_ROOT=../data .. - make - make test ARGS=-j2 |
