diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cd65635..177c032 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: