This commit is contained in:
amirrezaask 2020-03-16 06:18:07 +03:30
parent af1d5ab1af
commit aec7d4d38f
1 changed files with 1 additions and 1 deletions

View File

@ -8,4 +8,4 @@ build:
- apt update && apt install -y make wget sudo git emacs
- git clone https://gitlab.com/FG42/FG42 ~/.fg42/ && cd ~/.fg42/ && make install && touch empty.el
script:
- fg42 --script empty.el
- cd ~/.fg42/ && emacs --name FG42 --no-site-file --no-site-lisp --no-splash --title FG42 -l ./fg42-config.el --debug-init --script empty.el