Merge branch 'ci_deps' into 'master'

Ci deps

See merge request Librem5/squeekboard!228
This commit is contained in:
Dorota Czaplejewicz
2019-10-25 09:54:38 +00:00

View File

@ -22,6 +22,7 @@ build_meson:
artifacts: artifacts:
paths: paths:
- _build - _build
expire_in: 3h
script: script:
- meson . _build/ -Ddepdatadir=/usr/share - meson . _build/ -Ddepdatadir=/usr/share
- ninja -C _build install - ninja -C _build install
@ -49,7 +50,7 @@ test_lintian:
test: test:
<<: *tags <<: *tags
stage: test stage: test
dependencies: needs:
- build_meson - build_meson
script: script:
- ninja -C _build test - ninja -C _build test