1
0
intel-media-ffmpeg/.gitlab-ci.yml
2019-10-07 15:03:12 -07:00

29 lines
331 B
YAML

stages:
- build
- test
build_image:
stage: build
script:
- make
after_script:
- ./scripts/clean-image.sh
tags:
- builder
- ubuntu
- IVB
only:
- triggers
test_image_devel:
stage: test
script:
- ./scripts/devel-test.sh
after_script:
- ./scripts/clean-image.sh
tags:
- gen9
only:
- triggers