Update .gitlab-ci.yml

This commit is contained in:
jpk 2017-08-28 13:53:31 +02:00
parent 611741a5f0
commit a66fdf2596
1 changed files with 1 additions and 3 deletions

View File

@ -16,9 +16,7 @@ build:
before_script:
- apt update && apt -y install libreadline-dev
script:
- ls
- gcc lw12.c lw12ctl -o lw12ctl
- ls
- gcc lw12.c lw12ctl.c -o lw12ctl
artifacts:
paths:
- lw12ctl