mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
ci: avoid tzdata dialog, part 2
This commit is contained in:
parent
ccfc67f58e
commit
315038a548
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ ci_code_tests:
|
||||||
image: ubuntu:rolling
|
image: ubuntu:rolling
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get update -qq
|
- apt-get update -qq
|
||||||
- apt-get -y -qq install build-essential expect csh xzdec lintian fakeroot
|
- DEBIAN_FRONTEND=noninteractive apt-get -y -qq install build-essential expect csh xzdec lintian fakeroot
|
||||||
- ./configure --enable-fatal-warnings --prefix=/usr && make && make install
|
- ./configure --enable-fatal-warnings --prefix=/usr && make && make install
|
||||||
script:
|
script:
|
||||||
- make test-travis
|
- make test-travis
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue