FG42/.gitlab-ci.yml

13 lines
201 B
YAML

stages:
- build
build:
image: ubuntu
stage: build
before_script:
- sudo apt update && sudo apt install emacs
- make install
- touch empty.el
script:
- fg42 --script empty.el