Update appveyor.yml
This commit is contained in:
parent
d9a48ac7de
commit
c37829eafb
@ -33,7 +33,7 @@ install:
|
|||||||
- ps: iex ((new-object net.webclient).DownloadString("https://raw.githubusercontent.com/JuliaCI/Appveyor.jl/version-1/bin/install.ps1"))
|
- ps: iex ((new-object net.webclient).DownloadString("https://raw.githubusercontent.com/JuliaCI/Appveyor.jl/version-1/bin/install.ps1"))
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- C:\julia\bin\julia --project=C:\projects\plots-jl -e "using Pkg; VERSION == v"""1.4""" ? Pkg.resolve() : nothing; Pkg.pin(PackageSpec(name="""FixedPointNumbers""", version="""0.7"""))"
|
- C:\julia\bin\julia --project=C:\projects\plots-jl -e "using Pkg; if VERSION == v"""1.4"""; Pkg.resolve(); end; Pkg.pin(PackageSpec(name="""FixedPointNumbers""", version="""0.7"""))"
|
||||||
- echo "%JL_BUILD_SCRIPT%"
|
- echo "%JL_BUILD_SCRIPT%"
|
||||||
- C:\julia\bin\julia -e "%JL_BUILD_SCRIPT%"
|
- C:\julia\bin\julia -e "%JL_BUILD_SCRIPT%"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user