Added -l flag to the fg42 command on gitlab ci script

This commit is contained in:
Sameer Rahmani 2020-03-16 19:38:52 +00:00
parent ea2ede68a3
commit 0dbebb14bf
1 changed files with 2 additions and 2 deletions

View File

@ -6,6 +6,6 @@ build:
stage: build
before_script:
- apt update && apt install -y make wget git emacs sudo
- git clone https://gitlab.com/FG42/FG42 ~/.fg42/ && cd ~/.fg42/ && make install && touch empty.el
- git clone -b fpkg-v2 https://gitlab.com/FG42/FG42 ~/.fg42/ && cd ~/.fg42/ && make install && touch empty.el
script:
- fg42 -nw --script empty.el && echo "Done"
- fg42 -nw -l ~/.fg42/fg42-config.el --script empty.el