add gitlabCI file

This commit is contained in:
amirrezaask 2020-03-16 03:44:39 +03:30
parent 0b544d90a4
commit dd5209d565
1 changed files with 12 additions and 0 deletions

12
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,12 @@
stages:
- build
build:
image: ubuntu
stage: build
before_script:
apt install emacs
make install
touch empty.el
script:
fg42 --script empty.el