Use non-interactive frontend in GitLab CI

This commit is contained in:
2023-03-10 13:39:39 +01:00
parent bd899a2104
commit d7bc0f2d32

View File

@@ -2,8 +2,8 @@
image: ubuntu
before_script:
- apt-get update --yes
- apt-get install --yes build-essential git cmake python3 python3-dev qtbase5-dev libqwt-qt5-dev sqlite3 sqlite3-tools lcov
- DEBIAN_FRONTEND=noninteractive apt-get update --yes
- DEBIAN_FRONTEND=noninteractive apt-get install --yes build-essential git cmake python3 python3-dev qtbase5-dev libqwt-qt5-dev sqlite3 sqlite3-tools lcov
stages:
- build