Commit 0055107 1 parent 26179c5 commit 0055107 Copy full SHA for 0055107
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ before_install:
61
61
fi
62
62
- git clone -q git://git.kitenet.net/moreutils
63
63
script :
64
- - if [ -e deps/build-$ARCH ]; then mv deps/build-$ARCH deps/build; fi
64
+ - if [ -e deps/build-$ARCH ]; then cp -a deps/build-$ARCH deps/build; fi
65
65
- make $BUILDOPTS -C base version_git.jl.phony
66
66
- make $BUILDOPTS NO_GIT=1 -C deps > deps.log || cat deps.log
67
67
- make $BUILDOPTS NO_GIT=1 JULIA_SYSIMG_BUILD_FLAGS="--output-ji ../usr/lib/julia/sys.ji" prefix=/tmp/julia install | moreutils/ts -s "%.s"
@@ -74,10 +74,10 @@ script:
74
74
- cp /tmp/julia/lib/julia/sys.ji local.ji && /tmp/julia/bin/julia -J local.ji -e 'true' && /tmp/julia/bin/julia-debug -J local.ji -e 'true' && rm local.ji
75
75
- /tmp/julia/bin/julia -e 'versioninfo()'
76
76
- export JULIA_CPU_CORES=2 && cd /tmp/julia/share/julia/test && /tmp/julia/bin/julia --check-bounds=yes runtests.jl all && /tmp/julia/bin/julia --check-bounds=yes runtests.jl libgit2-online pkg
77
+ - cd `dirname $TRAVIS_BUILD_DIR` && mv julia2 julia && rm -f julia/deps/build/julia-env/src/*/*/*.pyc
77
78
- case $TRAVIS_PULL_REQUEST-$TRAVIS_BRANCH in
78
79
false-master | false-release*)
79
- cd `dirname $TRAVIS_BUILD_DIR` &&
80
- mv julia2 julia &&
80
+ rm -rf julia/deps/build-$ARCH &&
81
81
mv julia/deps/build julia/deps/build-$ARCH;;
82
82
esac
83
83
# uncomment the following if failures are suspected to be due to the out-of-memory killer
You can’t perform that action at this time.
0 commit comments