FG42/.gitlab-ci.yml

13 lines
209 B
YAML
Raw Normal View History

2020-03-16 00:14:39 +00:00
stages:
- build
build:
image: ubuntu
stage: build
before_script:
2020-03-16 00:33:02 +00:00
- apt update && apt install -y make wget sudo emacs
2020-03-16 00:15:47 +00:00
- make install
- touch empty.el
2020-03-16 00:14:39 +00:00
script:
2020-03-16 00:15:47 +00:00
- fg42 --script empty.el