File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 1+ language : cpp
2+ compiler :
3+ - gcc
4+ notifications :
5+ email : false
6+ before_install :
7+ - sudo apt-get update -qq -y
8+ - sudo apt-get install zlib1g-dev
9+ - sudo add-apt-repository ppa:staticfloat/julia-deps -y
10+ - sudo add-apt-repository ppa:staticfloat/julianightlies -y
11+ - sudo apt-get update -qq -y
12+ - sudo apt-get install patchelf gfortran llvm-3.2-dev libsuitesparse-dev libncurses5-dev libopenblas-dev liblapack-dev libarpack2-dev libfftw3-dev libgmp-dev libpcre3-dev libunwind7-dev libreadline-dev libdouble-conversion-dev libopenlibm-dev librmath-dev -y
13+ - sudo apt-get install julia
14+ - git config --global user.name "Dummy Travis User"
15+ - git config --global user.email "travis@example.net"
16+ script :
17+ - julia -e 'versioninfo(); Pkg.init();'
18+ - mkdir -p ~/.julia/Calculus
19+ - cp -R ./* ~/.julia/Calculus/
20+ - julia ~/.julia/Calculus/run_tests.jl
You can’t perform that action at this time.
0 commit comments