Skip to content

Commit 41efba6

Browse files
Configure Appveyor
1 parent 6db1c65 commit 41efba6

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.appveyor.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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%"

0 commit comments

Comments
 (0)