forked from ubiety/Ubiety.Dns.Core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
35 lines (29 loc) · 821 Bytes
/
appveyor.yml
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
image:
- Visual Studio 2019
- Ubuntu
branches:
except:
- gh-pages
skip_tags: true
environment:
SonarKey:
secure: u3sH5Rwmc8zeqtB33llZiMi5bSrB1wy7xlTk4px5OMnRu0WEDzpsDe0y14e0un18
NuGetKey:
secure: As9u+roieKdjFUBUu52CpoZG4EtZMbT7SJxa8jBOyKXPztdaccdMMeJKqT1XtiTZ
COVERALLS_REPO_TOKEN:
secure: pmewtxEuv8kMwIMIpzrxUgLtEK8DEf90Iu96AiDjXwMObZAaI7ZTByXRZRp5dYYJ
CODACY_PROJECT_TOKEN:
secure: q79UxhSz+B+d2AbIPHSFJVMFcXxrNfGbRVTSahoEkH+d7rxr1nRKBhybfJ0573TT
JAVA_HOME: C:\Program Files\Java\jdk15
build_script:
- ps: .\build.ps1 appveyor
for:
-
matrix:
except:
- image: Visual Studio 2019
build_script:
- sh: ./build.sh
- sh: bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r artifacts/coverage.opencover.xml
test: off
deploy: off