|
|
|
@ -1,4 +1,5 @@ |
|
|
|
environment: |
|
|
|
environment: |
|
|
|
|
|
|
|
JULIA_PROJECT: "@." |
|
|
|
matrix: |
|
|
|
matrix: |
|
|
|
- JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x86/0.7/julia-0.7-latest-win32.exe" |
|
|
|
- JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x86/0.7/julia-0.7-latest-win32.exe" |
|
|
|
- JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x64/0.7/julia-0.7-latest-win64.exe" |
|
|
|
- JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x64/0.7/julia-0.7-latest-win64.exe" |
|
|
|
@ -38,8 +39,7 @@ 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(); |
|
|
|
- C:\projects\julia\bin\julia -e "using InteractiveUtils; versioninfo(); Pkg.build()" |
|
|
|
Pkg.clone(pwd(), \"Literate\"); Pkg.build(\"Literate\")" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
test_script: |
|
|
|
test_script: |
|
|
|
- C:\projects\julia\bin\julia -e "Pkg.test(\"Literate\")" |
|
|
|
- C:\projects\julia\bin\julia -e "Pkg.test()" |
|
|
|
|