forked from jwaliszko/ExpressiveAnnotations
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
23 lines (23 loc) · 736 Bytes
/
appveyor.yml
File metadata and controls
23 lines (23 loc) · 736 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
version: '{build}'
init:
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
branches:
only:
- master
configuration: Release
before_build:
- ps: nuget restore src\ExpressiveAnnotations.sln -verbosity quiet
build:
project: src\ExpressiveAnnotations.sln
parallel: true
verbosity: minimal
image: Visual Studio 2017
test_script:
- "SET NODE_PATH=%AppData%\\npm\\node_modules"
- ps: build\test.ps1
- "SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%"
- pip install codecov
- codecov --no-color -f "csharp-coverage.xml" "javascript-coverage.lcov"
install:
- choco install firefox --version 46.0.1 --x86
- npm install uglify-js -g