Merge branch 'ci_c' into 'master'

ci: speed improvements

See merge request World/Phosh/squeekboard!505
This commit is contained in:
dcz
2021-12-16 01:52:08 +00:00

View File

@ -76,8 +76,9 @@ build_deb:arm64:
test_lintian: test_lintian:
stage: test stage: test
dependencies: needs:
- build_deb - job: build_deb
artifacts: true
script: script:
- apt-get -y install lintian - apt-get -y install lintian
- lintian *.deb - lintian *.deb
@ -88,7 +89,8 @@ test_lintian:
test: test:
stage: test stage: test
needs: needs:
- build_meson - job: build_meson
artifacts: true
script: script:
- apt-get -y build-dep . - apt-get -y build-dep .
- apt-get -y install clang-tidy - apt-get -y install clang-tidy
@ -110,6 +112,7 @@ test_style:
check_release: check_release:
stage: test stage: test
needs: []
only: only:
refs: refs:
- master - master