File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,10 @@ services: docker
66before_install :
77 - docker pull simverge/pdalc-build-deps:alpine
88
9- env :
10- - BUILD_TYPE=Release
11- - BUILD_TYPE=Debug
9+ # env:
10+ # - BUILD_TYPE=Release
11+ # - BUILD_TYPE=Debug
1212
1313script :
14- - docker run -v $TRAVIS_BUILD_DIR:/pdalc -t simverge/pdalc-build-deps:alpine -e TRAVIS_BRANCH -e BUILD_TYPE /pdalc/tests/travis/script.sh
14+ - dir $TRAVIS_BUILD_DIR
15+ - docker run -v $TRAVIS_BUILD_DIR:/pdalc -t simverge/pdalc-build-deps:alpine /pdalc/tests/travis/script.sh
Original file line number Diff line number Diff line change @@ -5,9 +5,10 @@ g++ --version
55
66set CI_PROJECT_DIR=/pdalc
77set CI_PROJECT_NAME=pdal-c
8+ set BUILD_TYPE=Release
89
910export TARGET_PLATFORM=` uname` -` arch` -$BUILD_TYPE
10- echo " Building $CI_PROJECT_NAME ($TRAVIS_BRANCH branch) for $TARGET_PLATFORM "
11+ # echo "Building $CI_PROJECT_NAME ($TRAVIS_BRANCH branch) for $TARGET_PLATFORM"
1112rm -rf " $CI_PROJECT_DIR /build/$TARGET_PLATFORM "
1213mkdir -p " $CI_PROJECT_DIR /build/$TARGET_PLATFORM "
1314cd " $CI_PROJECT_DIR /build/$TARGET_PLATFORM "
You can’t perform that action at this time.
0 commit comments