AppVeyor workaround for TMP issue, also add timeout
See https://github.com/quasicomputational/hpack/commit/ce868d17e53289eab3703261a5a3dc8d48364533, and https://github.com/commercialhaskell/stack/issues/3944
This commit is contained in:
committed by
Steve Chávez
parent
3cce6ca02b
commit
2c3bc2d75e
@@ -1,3 +1,10 @@
|
||||
## Travis is used for building an OSX binary on new tag releases,
|
||||
## it also compiles the project on OSX for each commit to master.
|
||||
##
|
||||
## Building the whole project can take longer than 50 minutes. Since Travis has a global timeout of 50 minutes
|
||||
## we compile for 30 minutes tops(see `gtimeout 1800` below) and quit compiling with no error.
|
||||
## Since we CACHE the compile results we can continue compiling from where we left off
|
||||
## on the next commit.
|
||||
language: generic
|
||||
|
||||
sudo: false
|
||||
|
||||
Reference in New Issue
Block a user