Verify the installation step in the gitlab CI
This commit is contained in:
parent
c691f04167
commit
5bcfdb969d
|
@ -18,3 +18,7 @@ make_only:
|
|||
statistics:
|
||||
script:
|
||||
- time make opt-test
|
||||
|
||||
install:
|
||||
script:
|
||||
- make DESTDIR=./tmp install && ls -lR tmp
|
||||
|
|
Loading…
Reference in New Issue