Skip to content

Commit

Permalink
ci: 'hide' julia inside extern/
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Jan 10, 2019
1 parent c643457 commit 771f234
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion etc/ci-prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,14 @@ fi

if [[ $JULIA = yes ]]
then
pushd extern
# TODO: once Julia 1.1 is released, switch to stable Julia versions here?
# or maybe use Travis' `language: julia` feature?
wget https://julialang-s3.julialang.org/bin/linux/x64/1.1/julia-1.1.0-rc1-linux-x86_64.tar.gz
#wget https://julialangnightlies-s3.julialang.org/bin/linux/x64/julia-latest-linux64.tar.gz
tar xvf julia-*.tar.gz
rm julia-*.tar.gz
pushd julia-*
cd julia-*
JULIA_PATH=$(pwd)
popd
CONFIGFLAGS="--with-gc=julia --with-julia=$JULIA_PATH $CONFIGFLAGS"
Expand Down

0 comments on commit 771f234

Please sign in to comment.