CI: Travis: env: global: add setting: add ghcjs{TmpLogFile,LogTailLength}, notes

M  .travis.yml
This commit is contained in:
Anton-Latukha 2020-05-28 01:05:06 +03:00
parent 33430c5615
commit 9f6202e430
No known key found for this signature in database
GPG Key ID: 3D84C07E91802E41
1 changed files with 4 additions and 0 deletions

View File

@ -84,6 +84,10 @@ env:
- generateOptparseApplicativeCompletion=false
# NOTE: Don't fail at configure time if there are multiple versions of the same package in the (recursive) dependencies of the package being built. Will delay failures, if any, to compile time.
- allowInconsistentDependencies=false
# NOTE: Log file to dump GHCJS build into
- ghcjsTmpLogFile='/tmp/ghcjsTmpLogFile.jog'
# NOTE: Length of the GHCJS log tail (<40000)
- ghcjsLogTailLength=10000
matrix:
- GHCVERSION=ghc865 STRICT=false TRACING=false