Install gnutls28 before running build script

This commit is contained in:
Sameer Rahmani 2020-05-17 16:29:11 +01:00
parent 9e221214a5
commit 5b53137411
1 changed files with 4 additions and 1 deletions

View File

@ -1,11 +1,14 @@
image: 'debian:stable'
stages:
- build
before_script:
- apt update && apt install -y make wget git emacs sudo gnutls28
.build:
image: debian:stable-slim
stage: build
before_script:
- apt update && apt install -y make wget git emacs sudo
- git clone -b $CI_COMMIT_REF_NAME https://gitlab.com/FG42/FG42 ~/.fg42/ && cd ~/.fg42/ && make install &&
script:
- cd ~/.fg42/ && fg42 -nw --script build.el