Pkg.jl: Pkg.build is too silent for travis CI

Created on 16 Aug 2018  路  6Comments  路  Source: JuliaLang/Pkg.jl

I noticed that travis was killing our build since Pkg.build is now silent and took more than 10 minutes.

I agree that dumping everying on stdout is not pretty and I really like the build.log. On the other hand, not printing anything for minutes is also bad user experience and leads to the travis problems. Not sure what the best solution is.

Most helpful comment

Maybe we can have pkg> build --verbose Foo / Pkg.build("Foo", verbose=true)?

All 6 comments

Maybe we can have pkg> build --verbose Foo / Pkg.build("Foo", verbose=true)?

I had the same idea, but I don't know how to redirect the output to both stdout and build.log using pipeline.

I could most likely need something similar for Elemental.jl.

In case you need something now, you can have a look at https://github.com/Nemocas/Nemo.jl/raw/master/.travis.yml
I could not make travis_wait work.

It would be really nice to have a verbose option.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

MaWo2 picture MaWo2  路  4Comments

KristofferC picture KristofferC  路  4Comments

jaabadi picture jaabadi  路  3Comments

GordStephen picture GordStephen  路  3Comments

timholy picture timholy  路  4Comments