forked from Tyrrrz/CliWrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
33 lines (30 loc) · 936 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
build_script:
- cmd: .\build.cmd Test
- sh: ./build.cmd Test
for:
-
matrix:
only:
- job_name: Ubuntu Tests + Push
build_script:
- cmd: .\build.cmd UploadCodecov PushNuGet PushMyGet
- sh: ./build.cmd UploadCodecov PushNuGet PushMyGet
artifacts:
- path: artifacts/*.nupkg
environment:
MYGET_API_KEY:
secure: 78qy8e6pKfJlQV7RAG5tJOWegzXpjASkUs3aFdVBoPYA5gi6+mWdjbuAmNa5OQPe
NUGET_API_KEY:
secure: aMbj+EdePo74elFCi6lrQZcO81mru5j8cqD5FxGoDBWgXFFHwok/z4B+BtS4H1Sw
CODECOV_TOKEN:
secure: 3FxtGPNTgZyQGToJBaH68/oIjptV79CcViR9mHt2aOKGh3++oKTehBIuPSb7oYCE
matrix:
- job_name: Windows Tests
job_group: Tests
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
- job_name: MacOS Tests
job_group: Tests
APPVEYOR_BUILD_WORKER_IMAGE: macos-sonoma
- job_name: Ubuntu Tests + Push
job_depends_on: Tests
APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2204