-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.appveyor.yml
More file actions
38 lines (29 loc) · 939 Bytes
/
.appveyor.yml
File metadata and controls
38 lines (29 loc) · 939 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
version: 1.0.{build}
branches:
only:
- master
image: Visual Studio 2022
##environment:
## APPVEYOR_RDP_PASSWORD: Fullstack222
##init:
## - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
clone_depth: 1
install:
- ps: >-
## Download Rebol v276
curl -o c:\projects\red\rebview.exe https://static.red-lang.org/build/rebview.exe
build_script:
- cmd: >-
c:\projects\red\rebview.exe -qws system\tests\run-all.r --batch
c:\projects\red\rebview.exe -qws tests\run-all.r --batch
test: off
deploy: off
##on_finish:
## - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
notifications:
- provider: Email
to:
- nr@red-lang.org,qt@red-lang.com
on_build_success: false
on_build_failure: false
on_build_status_changed: true