Update .gitlab-ci.yml

This commit is contained in:
jpk 2017-08-28 13:51:03 +02:00
parent 3263a93bef
commit 611741a5f0
1 changed files with 3 additions and 2 deletions

View File

@ -15,9 +15,10 @@ build:
# install the necessary build tools when needed
before_script:
- apt update && apt -y install libreadline-dev
script:
script:
- ls
- gcc lw12.c lw12ctl -o lw12ctl
- ls -l
- ls
artifacts:
paths:
- lw12ctl