This commit is contained in:
amirrezaask 2020-03-16 04:05:58 +03:30
parent d903426e21
commit 34b17b1f41
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ build:
image: ubuntu image: ubuntu
stage: build stage: build
before_script: before_script:
- apt update && apt install -y make wget sudo emacs - apt update && apt install -y make wget sudo git emacs
- make install - make install
- touch empty.el - touch empty.el
script: script: