[pkg-d-commits] [ldc] 190/211: Travis: Use LIB_SUFFIX=64 for multilib job

Matthias Klumpp mak at moszumanska.debian.org
Sun Apr 23 22:36:22 UTC 2017


This is an automated email from the git hooks/post-receive script.

mak pushed a commit to annotated tag v1.1.0
in repository ldc.

commit 86767dd43c7f0bf8b9663ec0838d86c12b761658
Author: Martin <noone at nowhere.com>
Date:   Sun Dec 4 20:46:59 2016 +0100

    Travis: Use LIB_SUFFIX=64 for multilib job
---
 .travis.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 266ecac..5d9f69d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,7 +11,7 @@ matrix:
       env: LLVM_VERSION=3.8.1
     - os: linux
       d: ldc
-      env: LLVM_VERSION=3.7.1 OPTS="-DMULTILIB=ON"
+      env: LLVM_VERSION=3.7.1 OPTS="-DMULTILIB=ON -DLIB_SUFFIX=64"
     - os: linux
       d: ldc-0.17.2
       env: LLVM_VERSION=3.6.2 OPTS="-DBUILD_SHARED_LIBS=ON"
@@ -81,7 +81,7 @@ script:
   - bin/ldc2 -version || exit 1
   # Build Phobos & druntime unittest modules.
   -
-    if [ "${OPTS}" = "-DMULTILIB=ON" ]; then
+    if [[ "${OPTS}" == *-DMULTILIB?ON* ]]; then
       make -j2 phobos2-ldc-unittest-debug phobos2-ldc-unittest phobos2-ldc-unittest-debug_32 phobos2-ldc-unittest_32;
       make -j3 druntime-ldc-unittest-debug druntime-ldc-unittest druntime-ldc-unittest-debug_32 druntime-ldc-unittest_32;
     else
@@ -97,7 +97,7 @@ script:
 
 after_success:
   -
-    if [[ "${OPTS}" == *TEST_COVERAGE*ON* ]]; then
+    if [[ "${OPTS}" == *-DTEST_COVERAGE?ON* ]]; then
       coveralls -e runtime -e tests -e vcbuild --gcov gcov-4.9 --gcov-options '\-lp' > /dev/null 2>&1;
     fi
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-d/ldc.git



More information about the pkg-d-commits mailing list