From: Ulya Trofimovich Date: Thu, 7 Mar 2019 18:47:04 +0000 (+0000) Subject: Updating .travis.yml after global move. X-Git-Tag: 1.2~101 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=03e3d4ed59bd6a34c2e73ae0b6dcd1bb8343588f;p=re2c Updating .travis.yml after global move. --- diff --git a/.travis.yml b/.travis.yml index f1a31e8d..f7b60881 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,12 +13,11 @@ addons: # in-tree and out-of-tree builds env: - - BUILD_DIR=re2c CONFIG_DIR=. - - BUILD_DIR=re2c-build CONFIG_DIR=../re2c/ + - BUILD_DIR=. CONFIG_DIR=. + - BUILD_DIR=.build CONFIG_DIR=.. script: - - cd re2c && ./autogen.sh - - cd .. + - ./autogen.sh - mkdir -p $BUILD_DIR && cd $BUILD_DIR - | $CONFIG_DIR/configure \