diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2017-07-20 19:04:29 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marc@jeanmougin.fr> | 2017-07-20 19:04:29 +0000 |
| commit | 79c6106c32a2241f403d8d8a513eb3de87dcdbcd (patch) | |
| tree | 8d1908d86b0e80233f779e422fa8b84e506f0363 | |
| parent | Add a rendering test platform (diff) | |
| download | inkscape-79c6106c32a2241f403d8d8a513eb3de87dcdbcd.tar.gz inkscape-79c6106c32a2241f403d8d8a513eb3de87dcdbcd.zip | |
add make install to test[F
| -rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9860f4f0f..dcff3ebf5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -81,6 +81,7 @@ test:linux: - inkscape:linux script: - cd build + - make install - make test # uploads the clang scan to user.gitlab.io/inkscape/ |
