Skip to content

Commit 42d5eee

Browse files
committed
AppVeyor: Enable beta and nightly
Signed-off-by: Mohammad AlSaleh <[email protected]>
1 parent 87ba658 commit 42d5eee

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

appveyor.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ environment:
88
target: x86_64-pc-windows-msvc
99
- channel: nightly
1010
target: i686-pc-windows-msvc
11-
# - channel: stable
12-
# target: x86_64-pc-windows-msvc
13-
# - channel: stable
14-
# target: i686-pc-windows-msvc
15-
# - channel: beta
16-
# target: x86_64-pc-windows-msvc
17-
# - channel: beta
18-
# target: i686-pc-windows-msvc
11+
- channel: stable
12+
target: x86_64-pc-windows-msvc
13+
- channel: stable
14+
target: i686-pc-windows-msvc
15+
- channel: beta
16+
target: x86_64-pc-windows-msvc
17+
- channel: beta
18+
target: i686-pc-windows-msvc
1919

2020
install:
2121
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe

0 commit comments

Comments
 (0)