Skip to content

Commit

Permalink
appveyot
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentcp committed Jun 4, 2019
1 parent ccf3735 commit ba05138
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ install:
- ps: iex ((new-object net.webclient).DownloadString("https://raw.githubusercontent.com/JuliaCI/Appveyor.jl/version-1/bin/install.ps1"))

build_script:
- C:\julia\bin\julia --color=yes -e 'using Pkg;Pkg.Registry.add(RegistrySpec(url="https://github.com/vincentcp/FrameFunRegistry"));'
- C:\julia\bin\julia --color=yes -e 'using Pkg;Pkg.Registry.add(RegistrySpec(url="https://github.com/JuliaRegistries/General"));'
- C:\julia\bin\julia --color=yes -e "using Pkg; Pkg.Registry.add(RegistrySpec(url=\"https://github.com/vincentcp/FrameFunRegistry\"))"
- C:\julia\bin\julia --color=yes -e "using Pkg; Pkg.Registry.add(RegistrySpec(url=\"https://github.com/JuliaRegistries/General\"))"
- echo "%JL_BUILD_SCRIPT%"
- C:\julia\bin\julia -e "%JL_BUILD_SCRIPT%"

test_script:
- echo "%JL_TEST_SCRIPT%"
- C:\julia\bin\julia -e "%JL_TEST_SCRIPT%"
Expand Down

0 comments on commit ba05138

Please sign in to comment.