mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +00:00
[CI] Execute travis requirements install script in gitlab-ci
This commit is contained in:
parent
daf5050ff8
commit
eb664fdcec
|
@ -5,6 +5,7 @@ image: ultravideo/kvazaar_ci_base:latest
|
|||
test-kvazaar: &test-template
|
||||
stage: test
|
||||
script:
|
||||
- bash .travis-install.bash
|
||||
- export PATH="${HOME}/bin:${PATH}"
|
||||
- ./autogen.sh
|
||||
- ./configure || (cat config.log && false)
|
||||
|
|
Loading…
Reference in a new issue