Skip to content

Commit a49f976

Browse files
committed
wip
1 parent 15b0a1d commit a49f976

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.travis.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,18 @@ stages:
1212

1313
jobs:
1414
include:
15-
- stage: build
1615
# Build stage. To save time, run all kinds of builds and tests in parallel.
1716
#
1817
# TODO: since we can now call different script for each job,
1918
# split the do-it-all common.sh into separate scripts responsible
2019
# for different types of jobs below:
20+
- name: "Host tests"
21+
stage: build
22+
env:
23+
- BUILD_TYPE=host_tests
24+
install:
25+
- sudo apt-get install valgrind lcov
26+
2127
- name: "Build (1)"
2228
env:
2329
- BUILD_TYPE=build_even
@@ -43,12 +49,6 @@ jobs:
4349
install:
4450
- pip install --user -r doc/requirements.txt;
4551

46-
- name: "Host tests"
47-
env:
48-
- BUILD_TYPE=host_tests
49-
install:
50-
- sudo apt-get install valgrind lcov
51-
5252
- name: "Style check"
5353
env:
5454
- BUILD_TYPE=style_check
@@ -65,8 +65,8 @@ jobs:
6565
6666
# Deploy stage.
6767
# Here we build the package JSON (always) and do the deployments
68-
- stage: deploy
6968
- name: "Package / deploy"
69+
stage: deploy
7070
script: $TRAVIS_BUILD_DIR/tests/common.sh
7171
env: BUILD_TYPE=package
7272
deploy:

0 commit comments

Comments
 (0)