From a1c6e3fe803b5c7ad53799628bf15d2c1ac1c37f Mon Sep 17 00:00:00 2001 From: Bradley J Chambers Date: Thu, 31 May 2018 10:46:43 -0400 Subject: [PATCH] skip env var, and explicitly state build directory --- scripts/ci/meta.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/scripts/ci/meta.yaml b/scripts/ci/meta.yaml index bbc8df792b..a89b6f2b4d 100644 --- a/scripts/ci/meta.yaml +++ b/scripts/ci/meta.yaml @@ -6,14 +6,10 @@ package: version: {{ version }} source: - path: $TRAVIS_BUILD_DIR + path: /home/travis/build/PDAL/PDAL patches: - geos.patch -build: - script_env: - - TRAVIS_BUILD_DIR - requirements: build: - {{ compiler('cxx') }}