File tree Expand file tree Collapse file tree 2 files changed +6
-27
lines changed Expand file tree Collapse file tree 2 files changed +6
-27
lines changed Original file line number Diff line number Diff line change 1- environment :
2- matrix :
3- - julia_version : 1.1
4- - julia_version : 1.2
5- - julia_version : nightly
1+ # appveyor is disabled
2+ branches :
3+ only :
4+ - dummy
65
76platform :
87 - x64 # 64-bit
98
10- matrix :
11- allow_failures :
12- - julia_version : nightly
13-
14- branches :
15- only :
16- - master
17- - /v(\d+)\.(\d+)\.(\d+)/
18-
199notifications :
2010 - provider : Email
2111 on_build_success : false
2212 on_build_failure : false
2313 on_build_status_changed : false
2414
2515install :
26- - ps : iex ((new-object net.webclient).DownloadString("https://raw.githubusercontent.com/JuliaCI/Appveyor.jl/version-1/bin/install.ps1"))
27-
28- build_script :
29- - echo "%JL_BUILD_SCRIPT%"
30- - C:\julia\bin\julia -e "%JL_BUILD_SCRIPT%"
31-
32- test_script :
33- - echo "%JL_TEST_SCRIPT%"
34- - C:\julia\bin\julia -e "%JL_TEST_SCRIPT%"
16+ - cmd : Appveyor is disabled
Original file line number Diff line number Diff line change 55 - windows
66julia :
77 - 1.0
8- - 1.1
9- - 1.2
10- - 1.3
11- - 1.4
8+ - 1
129 - nightly
1310notifications :
1411 email : false
You can’t perform that action at this time.
0 commit comments