forked from JuliaLang/julia
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Configure git on Travis for Pkg.generate() tests
- Loading branch information
Showing
1 changed file
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,8 @@ before_install: | |
- sudo add-apt-repository ppa:staticfloat/julia-deps -y | ||
- sudo apt-get update -qq -y | ||
- sudo apt-get install patchelf gfortran llvm-3.3-dev libsuitesparse-dev libopenblas-dev liblapack-dev libarpack2-dev libfftw3-dev libgmp-dev libpcre3-dev libunwind7-dev libdouble-conversion-dev libopenlibm-dev librmath-dev libmpfr-dev -y | ||
- git config --global user.name "Travis Buildbot" | ||
- git config --global user.email "[email protected]" | ||
script: | ||
- make $BUILDOPTS prefix=/tmp/julia install | ||
- cd .. && mv julia julia2 | ||
|