Verify the installation step in the gitlab CI

This commit is contained in:
Christophe de Dinechin 2018-04-13 15:24:51 +02:00
parent c691f04167
commit 5bcfdb969d
1 changed files with 4 additions and 0 deletions

View File

@ -18,3 +18,7 @@ make_only:
statistics:
script:
- time make opt-test
install:
script:
- make DESTDIR=./tmp install && ls -lR tmp