From: Ran Benita Date: Mon, 31 Jul 2017 15:22:54 +0000 (+0300) Subject: travis: do the build out-of-tree X-Git-Tag: xkbcommon-0.8.0~28 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a0c858cda1f3a14d9a9751424c4eddbe80ed2f4f;p=platform%2Fupstream%2Flibxkbcommon.git travis: do the build out-of-tree To catch problems like the previous commit. Signed-off-by: Ran Benita --- diff --git a/.travis.yml b/.travis.yml index 10cc6ab..f0bc3e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,4 +10,5 @@ compiler: - gcc - clang -script: ./autogen.sh && make && make check +script: + - mkdir autotools-build && cd autotools-build && ../autogen.sh && make && make check