-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathappveyor.yml
More file actions
32 lines (25 loc) · 833 Bytes
/
appveyor.yml
File metadata and controls
32 lines (25 loc) · 833 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
-
image: Visual Studio 2017
environment:
GITHUB_TOKEN:
secure: eqPY/dxZGj9A0OPR5TsdTi9WZcsQQsaMR6kv5iqrtC1Thr8OgnVQbqVcq6nWnw9I
before_build:
- ps: .\Fetch-Native.ps1
build_script:
- dotnet pack -c Release PLplotNet
- ps: .\Docs\build.ps1
test_script:
- dotnet run -c Release -p Samples/FSharp/DevList
- dotnet run -c Release -p Samples/FSharp/x00 -- -dev pdfcairo -o out.pdf
- dotnet run -c Release -p Samples/FSharp/x22 -- -dev pdfcairo -o out.pdf
- dotnet run -c Release -p Samples/CSharp/SineWaves -- png
artifacts:
- path: 'Packages/Release/*.nupkg'
deploy:
provider: NuGet
api_key:
secure: JwbH3IZTbXNoH4tC9N3vqXHw1OeluIa7OHNaoEQR/LEy6c3DL/hU79sHFLVlz+mm
on:
appveyor_repo_tag: true
on_success:
- ps: .\Upload-Docs.ps1