Path to fg42 executable has been fixed in gitlab-ci

This commit is contained in:
Sameer Rahmani 2020-03-16 18:55:13 +00:00
parent e0d2de1592
commit 4e2a210914
1 changed files with 1 additions and 1 deletions

View File

@ -8,4 +8,4 @@ build:
- apt update && apt install -y make wget git emacs
- git clone https://gitlab.com/FG42/FG42 ~/.fg42/ && cd ~/.fg42/ && make install-ci && touch empty.el
script:
- ~/.fg42/.fg42 -nw --script empty.el
- ~/.fg42/fg42 -nw --script empty.el