FG42/.gitlab-ci.yml

13 lines
169 B
YAML

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