Fix appveyor.yml
This commit is contained in:
parent
def5be630a
commit
7fcd008f2f
@ -31,8 +31,12 @@ install:
|
|||||||
build_script:
|
build_script:
|
||||||
# Need to convert from shallow to complete for Pkg.clone to work
|
# Need to convert from shallow to complete for Pkg.clone to work
|
||||||
- IF EXIST .git\shallow (git fetch --unshallow)
|
- IF EXIST .git\shallow (git fetch --unshallow)
|
||||||
- C:\projects\julia\bin\julia -e "versioninfo(); Pkg.clone(pwd(), \"Plots\"); Pkg.build(\"Plots\")"
|
- C:\projects\julia\bin\julia -e "
|
||||||
|
using InteractiveUtils, Pkg;
|
||||||
|
versioninfo();
|
||||||
|
Pkg.clone(pwd(), \"Plots\");
|
||||||
|
Pkg.build(\"Plots\")"
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
# - C:\projects\julia\bin\julia -e "Pkg.test(\"Plots\")"
|
# - C:\projects\julia\bin\julia -e "Pkg.test(\"Plots\")"
|
||||||
- C:\projects\julia\bin\julia -e "include(Pkg.dir(\"Plots\", \"test\", \"travis_commands.jl\"))"
|
- C:\projects\julia\bin\julia test\travis_commands.jl
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user