Add CI job to test GParted on Ubuntu (!4)
Closes !4 - Add GitLab CI jobs to build and test GParted
This commit is contained in:
parent
391aebae93
commit
8cd2181b49
|
@ -46,7 +46,11 @@ ubuntu_build:
|
||||||
<<: *ubuntu_image_definition
|
<<: *ubuntu_image_definition
|
||||||
<<: *build_stage_definition
|
<<: *build_stage_definition
|
||||||
|
|
||||||
# Check GParted unit tests and distcheck pass.
|
# Check GParted unit tests and distcheck pass on CentOS and Ubuntu.
|
||||||
centos_test:
|
centos_test:
|
||||||
<<: *centos_image_definition
|
<<: *centos_image_definition
|
||||||
<<: *test_stage_definition
|
<<: *test_stage_definition
|
||||||
|
|
||||||
|
ubuntu_test:
|
||||||
|
<<: *ubuntu_image_definition
|
||||||
|
<<: *test_stage_definition
|
||||||
|
|
Loading…
Reference in New Issue