mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-27 19:24: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
|
test-kvazaar: &test-template
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
|
- bash .travis-install.bash
|
||||||
- export PATH="${HOME}/bin:${PATH}"
|
- export PATH="${HOME}/bin:${PATH}"
|
||||||
- ./autogen.sh
|
- ./autogen.sh
|
||||||
- ./configure || (cat config.log && false)
|
- ./configure || (cat config.log && false)
|
||||||
|
|
Loading…
Reference in a new issue