Skip to content

Commit 10a2212

Browse files
vriesdavidmalcolm
authored andcommitted
.travis.yml: Run with srcdir
Now that building in a seperate build dir is fixed, make travis build in a seperate build dir, to make sure we don't regress.
1 parent 53c1043 commit 10a2212

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,8 @@ before_install:
7373
- sudo apt-get update -qq
7474
- sudo apt-get install -qq python-six python-pygments graphviz python-lxml
7575

76-
script: make
76+
script:
77+
- pwd=$(pwd -P)
78+
- mkdir build
79+
- cd build
80+
- make -f $pwd/Makefile srcdir=$pwd/

0 commit comments

Comments
 (0)