Skip to content

Commit

Permalink
updated appveyor.
Browse files Browse the repository at this point in the history
  • Loading branch information
TorkelE committed Aug 13, 2018
1 parent 45d11a1 commit 746b8a0
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
environment:
matrix:
- julia_version: 0.6
- julia_version: 0.7
- julia_version: 1
- julia_version: nightly
Expand All @@ -9,9 +8,11 @@ platform:
- x86 # 32-bit
- x64 # 64-bit

# Uncomment the following lines to allow failures on nightly julia
# (tests will run but not make your overall status red)
matrix:
allow_failures:
- julia_version: latest
- julia_version: latest

branches:
only:
Expand All @@ -28,8 +29,13 @@ install:
- ps: iex ((new-object net.webclient).DownloadString("https://raw.githubusercontent.com/JuliaCI/Appveyor.jl/version-1/bin/install.ps1"))

build_script:
- echo "%JL_BUILD_SCRIPT%"
- C:\julia\bin\julia -e "%JL_BUILD_SCRIPT%"
- C:\julia\bin\julia -e "using InteractiveUtils; versioninfo();
using UUIDs;
before = read(\"Project.toml\", String);
after = replace(before, \"uuid = \\\"44cfe95a-1eb2-52ea-b672-e2afdf69b78f\\\"\" =>
\"uuid = \\\"4d836010-47a6-11e8-12b2-0918962bae33\\\"\");
write(\"Project.toml\", after);
import Pkg; Pkg.build()"

test_script:
- echo "%JL_TEST_SCRIPT%"
Expand Down

0 comments on commit 746b8a0

Please sign in to comment.