File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -6,10 +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 :
1414 - chmod u+x $TRAVIS_BUILD_DIR/tests/travis/script.sh
15- - docker run -e TRAVIS_BRANCH -v $TRAVIS_BUILD_DIR:/pdalc -t simverge/pdalc-build-deps:alpine /pdalc/tests/travis/script.sh
15+ - docker run -e TRAVIS_BRANCH -e BUILD_TYPE - 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,7 @@ g++ --version
55
66export CI_PROJECT_DIR=/pdalc
77export CI_PROJECT_NAME=pdal-c
8- export BUILD_TYPE=Release
9- uname -p
10-
8+ uname -m
119export TARGET_PLATFORM=` uname` -$BUILD_TYPE
1210echo " Building $CI_PROJECT_NAME ($TRAVIS_BRANCH branch) for $TARGET_PLATFORM "
1311rm -rf " $CI_PROJECT_DIR /build/$TARGET_PLATFORM "
You can’t perform that action at this time.
0 commit comments