finnball pushed to branch finn/debian-stable at BuildGrid / buildgrid
Commits:
-
216eafbe
by finn at 2018-07-27T08:50:26Z
1 changed file:
Changes:
... | ... | @@ -11,12 +11,11 @@ before_script: |
11 | 11 |
- export PATH=~/.local/bin:${PATH}
|
12 | 12 |
- pip3 install --user -e .
|
13 | 13 |
|
14 |
-tests-fedora:
|
|
14 |
+.linux-tests-template: &linux-tests
|
|
15 | 15 |
stage: test
|
16 | 16 |
variables:
|
17 | 17 |
PYTEST_ADDOPTS: "--color=yes"
|
18 | 18 |
script:
|
19 |
- - yum -y install clang libffi-devel openssl-devel python3-devel
|
|
20 | 19 |
- python3 setup.py test
|
21 | 20 |
- mkdir -p coverage/
|
22 | 21 |
- cp .coverage.* coverage/coverage."${CI_JOB_NAME}"
|
... | ... | @@ -24,6 +23,14 @@ tests-fedora: |
24 | 23 |
paths:
|
25 | 24 |
- coverage/
|
26 | 25 |
|
26 |
+tests-debian:
|
|
27 |
+ image: buildstream/buildstream-debian
|
|
28 |
+ <<: *linux-tests
|
|
29 |
+ |
|
30 |
+tests-fedora:
|
|
31 |
+ script:
|
|
32 |
+ - yum -y install clang libffi-devel openssl-devel python3-devel
|
|
33 |
+ <<: *linux-tests
|
|
27 | 34 |
|
28 | 35 |
tests-dummy-job-fedora:
|
29 | 36 |
stage: test
|