Skip to content

Commit 0737e87

Browse files
committed
wip
1 parent a1bb40a commit 0737e87

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

+9
Original file line numberDiff line numberDiff line change
@@ -19,37 +19,46 @@ jobs:
1919
# for different types of jobs below:
2020
- name: "Host tests"
2121
stage: build
22+
script: $TRAVIS_BUILD_DIR/tests/common.sh
2223
env:
2324
- BUILD_TYPE=host_tests
2425
install:
2526
- sudo apt-get install valgrind lcov
2627

2728
- name: "Build (1)"
29+
script: $TRAVIS_BUILD_DIR/tests/common.sh
2830
env:
2931
- BUILD_TYPE=build_even
3032
- name: "Build (2)"
33+
script: $TRAVIS_BUILD_DIR/tests/common.sh
3134
env:
3235
- BUILD_TYPE=build_odd
3336
- name: "Debug (1)"
37+
script: $TRAVIS_BUILD_DIR/tests/common.sh
3438
env:
3539
- BUILD_TYPE=debug_even
3640
- name: "Debug (2)"
41+
script: $TRAVIS_BUILD_DIR/tests/common.sh
3742
env:
3843
- BUILD_TYPE=debug_odd
3944
- name: "Platformio (1)"
45+
script: $TRAVIS_BUILD_DIR/tests/common.sh
4046
env:
4147
- BUILD_TYPE=platformio_even
4248
- name: "Platformio (2)"
49+
script: $TRAVIS_BUILD_DIR/tests/common.sh
4350
env:
4451
- BUILD_TYPE=platformio_odd
4552

4653
- name: "Docs"
54+
script: $TRAVIS_BUILD_DIR/tests/common.sh
4755
env:
4856
- BUILD_TYPE=docs
4957
install:
5058
- pip install --user -r doc/requirements.txt;
5159

5260
- name: "Style check"
61+
script: $TRAVIS_BUILD_DIR/tests/common.sh
5362
env:
5463
- BUILD_TYPE=style_check
5564
install:

0 commit comments

Comments
 (0)