Bläddra i källkod

Travis CI: Try to determine environment variables for debugging the build

bel 8 år sedan
förälder
incheckning
af8c4a23eb
1 ändrade filer med 9 tillägg och 9 borttagningar
  1. 9 9
      .travis.yml

+ 9 - 9
.travis.yml

@@ -2707,15 +2707,15 @@ install:
 
 before_script:
   # Check some settings of the build server
-  - bash -c echo "Commit Id: ${TRAVIS_COMMIT}"
-  - bash -c echo "Commit Tag: ${TRAVIS_TAG}"
-  - bash -c echo "Repo: ${TRAVIS_REPO_SLUG}"
-  - bash -c echo "Branch: ${TRAVIS_BRANCH}"
-  - bash -c echo "Job: ${TRAVIS_JOB_NUMBER}"
-  - bash -c echo "OS: ${TRAVIS_OS_NAME}"
-  - bash -c echo "Compiler: ${CC}"
-  - bash -c echo "Features: ${FEATURES}"
-  - bash -c echo "Reference configuration: ${REFERENCE_BUILD}"
+  - bash -c echo Commit Id: ${TRAVIS_COMMIT}
+  - bash -c echo Commit Tag: ${TRAVIS_TAG}
+  - bash -c echo Repo: ${TRAVIS_REPO_SLUG}
+  - bash -c echo Branch: ${TRAVIS_BRANCH}
+  - bash -c echo Job: ${TRAVIS_JOB_NUMBER}
+  - bash -c echo OS: ${TRAVIS_OS_NAME}
+  - bash -c echo Compiler: ${CC}
+  - bash -c echo Features: ${FEATURES}
+  - bash -c echo Reference configuration: ${REFERENCE_BUILD}
   - uname -a
   - pwd
   # Generate the build scripts with CMake