File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -19,37 +19,46 @@ jobs:
19
19
# for different types of jobs below:
20
20
- name : " Host tests"
21
21
stage : build
22
+ script : $TRAVIS_BUILD_DIR/tests/common.sh
22
23
env :
23
24
- BUILD_TYPE=host_tests
24
25
install :
25
26
- sudo apt-get install valgrind lcov
26
27
27
28
- name : " Build (1)"
29
+ script : $TRAVIS_BUILD_DIR/tests/common.sh
28
30
env :
29
31
- BUILD_TYPE=build_even
30
32
- name : " Build (2)"
33
+ script : $TRAVIS_BUILD_DIR/tests/common.sh
31
34
env :
32
35
- BUILD_TYPE=build_odd
33
36
- name : " Debug (1)"
37
+ script : $TRAVIS_BUILD_DIR/tests/common.sh
34
38
env :
35
39
- BUILD_TYPE=debug_even
36
40
- name : " Debug (2)"
41
+ script : $TRAVIS_BUILD_DIR/tests/common.sh
37
42
env :
38
43
- BUILD_TYPE=debug_odd
39
44
- name : " Platformio (1)"
45
+ script : $TRAVIS_BUILD_DIR/tests/common.sh
40
46
env :
41
47
- BUILD_TYPE=platformio_even
42
48
- name : " Platformio (2)"
49
+ script : $TRAVIS_BUILD_DIR/tests/common.sh
43
50
env :
44
51
- BUILD_TYPE=platformio_odd
45
52
46
53
- name : " Docs"
54
+ script : $TRAVIS_BUILD_DIR/tests/common.sh
47
55
env :
48
56
- BUILD_TYPE=docs
49
57
install :
50
58
- pip install --user -r doc/requirements.txt;
51
59
52
60
- name : " Style check"
61
+ script : $TRAVIS_BUILD_DIR/tests/common.sh
53
62
env :
54
63
- BUILD_TYPE=style_check
55
64
install :
You can’t perform that action at this time.
0 commit comments