FG42/.gitlab-ci.yml

12 lines
280 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:35:58 +00:00
- apt update && apt install -y make wget sudo git emacs
2020-03-16 00:56:23 +00:00
- git clone https://gitlab.com/FG42/FG42 ~/.fg42/ && cd ~/.fg42/ && make install && touch empty.el
2020-03-16 00:14:39 +00:00
script:
2020-03-16 02:58:24 +00:00
- fg42 -nw --script empty.el