We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a98a51 commit 6d3d7d4Copy full SHA for 6d3d7d4
.gitlab-ci.yml
@@ -1,6 +1,7 @@
1
before_script:
2
- export DISTRO_CODENAME=`lsb_release -cs` && echo Using distro $DISTRO_CODENAME
3
- export ARCH_NAME=`uname -m` && echo Running on architecture $ARCH_NAME
4
+ - export DEBIAN_FRONTEND=noninteractive
5
- apt-get update -yq && apt-get install -y lintian git
6
- if [ "$ARCH_NAME" = "x86_64" -a "$DISTRO_CODENAME" = "focal" ]; then apt-get install -y libwxgtk3.0-gtk3-dev; else apt-get install -y libwxgtk3.0-dev; fi
7
0 commit comments