add make to installation

This commit is contained in:
amirrezaask 2020-03-16 03:57:28 +03:30
parent 7a785c55dc
commit e80f00bcbf
1 changed files with 1 additions and 1 deletions

View File

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