Merge with v3

This commit is contained in:
Sameer Rahmani 2021-01-26 16:23:57 +00:00
commit 0eb9ab65c2
1 changed files with 15 additions and 0 deletions

View File

@ -11,6 +11,21 @@ stages:
script:
- cd ~/.fg42/ && fg42 -nw --script build.el
.build-v3:
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/
script:
- ~/.fg42/bin/fbt build
build-branches-v3:
extends: .build-v3
only:
- branches
build-branches:
extends: .build
script: