File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ services:
8
8
9
9
jobs :
10
10
include :
11
- - stage : test-pr
11
+ - stage : diff-test
12
12
install :
13
13
- pip install --upgrade pip
14
14
- make dev-env
@@ -22,12 +22,22 @@ jobs:
22
22
- make dev-env
23
23
script :
24
24
- if [ $(make n-docs-diff DIFF_RANGE=$TRAVIS_COMMIT_RANGE) -ne 0 ]; then make tx-en; fi;
25
+ - stage : full-test
26
+ install :
27
+ - pip install --upgrade pip
28
+ - make dev-env
29
+ script :
30
+ - set -e
31
+ - make docs
32
+ - make build-test-all DARGS="--build-arg TEST_ONLY_BUILD=1"
25
33
26
34
stages :
27
- - name : test-pr
35
+ - name : diff-test
28
36
if : type = pull_request
29
37
- name : push-tx
30
38
if : type = push AND branch = master
39
+ - name : full-test
40
+ if : type = cron AND branch = master
31
41
32
42
env :
33
43
global :
You can’t perform that action at this time.
0 commit comments