mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 10:39:31 +02:00
.gitlab-ci.yml: let apt-get work non-interactively
This commit is contained in:
parent
14783ceac0
commit
b1cab800e6
@ -2,7 +2,7 @@ image: debian:stable-backports
|
|||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install libgtk2.0-dev wget
|
- apt-get -y install libgtk2.0-dev wget
|
||||||
- wget https://sourceforge.net/projects/freepascal/files/Linux/3.2.2/fpc-3.2.2.x86_64-linux.tar
|
- wget https://sourceforge.net/projects/freepascal/files/Linux/3.2.2/fpc-3.2.2.x86_64-linux.tar
|
||||||
- tar xf fpc-3.2.2.x86_64-linux.tar
|
- tar xf fpc-3.2.2.x86_64-linux.tar
|
||||||
- cd fpc-3.2.2.x86_64-linux
|
- cd fpc-3.2.2.x86_64-linux
|
||||||
|
Loading…
Reference in New Issue
Block a user