This commit is contained in:
amirrezaask 2020-03-16 03:45:47 +03:30
parent dd5209d565
commit ed6df5d24d
1 changed files with 4 additions and 4 deletions

View File

@ -5,8 +5,8 @@ build:
image: ubuntu
stage: build
before_script:
apt install emacs
make install
touch empty.el
- apt install emacs
- make install
- touch empty.el
script:
fg42 --script empty.el
- fg42 --script empty.el