diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2017-07-28 22:05:24 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marc@jeanmougin.fr> | 2017-07-28 22:05:24 +0000 |
| commit | 53f15fe0567c380f6542607b8d5bdc01685f9d53 (patch) | |
| tree | 4a1c38c88ea133e24b439c15b633f9152c5a33f5 /.gitlab-ci.yml | |
| parent | try verbose tests (diff) | |
| download | inkscape-53f15fe0567c380f6542607b8d5bdc01685f9d53.tar.gz inkscape-53f15fe0567c380f6542607b8d5bdc01685f9d53.zip | |
fix typo, update CI
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b9e276e5c..5ca127707 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,8 +22,8 @@ inkscape:linux: - mkdir -p build/conf - ln -s . share/inkscape - cd build - - cmake .. -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX:PATH=$PWD/../ - - make -j3 + - cmake .. -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX:PATH=$PWD/install_dir/ + - make -j3 install - make -j3 tests - cd .. artifacts: @@ -84,6 +84,7 @@ test:linux: dependencies: - inkscape:linux script: + - apt-get update -yqq && apt-get install -y imagemagick - cd build - make test - ctest -V |
