FG42/.gitlab-ci.yml

13 lines
199 B
YAML

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