File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change
1
+ environment :
2
+ matrix :
3
+ - julia_version : 1.1
4
+ - julia_version : latest
5
+
6
+ platform :
7
+
8
+ - x64 # 64-bit
9
+
10
+ branches :
11
+ only :
12
+ - master
13
+ - /release-.*/
14
+
15
+ notifications :
16
+ - provider : Email
17
+ on_build_success : false
18
+ on_build_failure : false
19
+ on_build_status_changed : false
20
+
21
+ install :
22
+ - ps : iex ((new-object net.webclient).DownloadString("https://raw.githubusercontent.com/JuliaCI/Appveyor.jl/version-1/bin/install.ps1"))
23
+
24
+ build_script :
25
+ - C:\julia\bin\julia --project --color=yes -e " using InteractiveUtils; versioninfo(); import Pkg; Pkg.instantiate(); Pkg.build();"
26
+
27
+ test_script :
28
+ - echo "%JL_TEST_SCRIPT%"
29
+ - C:\julia\bin\julia --check-bounds=yes --color=yes --project -e "%JL_TEST_SCRIPT%"
You can’t perform that action at this time.
0 commit comments