-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathappveyor.yml
53 lines (44 loc) · 1.09 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
version: '1.0.{build}'
skip_tags: true
image:
- Visual Studio 2019
- Ubuntu1804
test: off
environment:
CLI_VERSION: '2024.3.873'
RUST_TOOLCHAIN: '1.80.0'
DOCKER_TOKEN:
secure: QKr2YEuliXdFKe3jN7w97w==
DOCKER_USER:
secure: bn3qFcGsm8Qw1V7px12K5w==
init:
- git config --global core.longpaths true
for:
-
matrix:
only:
- image: Visual Studio 2019
install:
- ps: ./ci/win-x64/setup.ps1
- ps: $env:Path = "C:\Users\appveyor\.cargo\bin;$env:Path"
build_script:
- ps: ./ci/win-x64/build.ps1 -shortver "$($env:APPVEYOR_BUILD_VERSION)"
deploy:
- provider: NuGet
api_key:
secure: kpqwuq5o4VPX6bcnNkpF8z2rUQ2P4z3A4GcHG21Z/Rz9hAlJ/Qfaf1479VE+hADW
skip_symbols: true
artifact: /Seq.Input.Syslog.*\.nupkg/
on:
branch: /^(dev|release)$/
-
matrix:
only:
- image: Ubuntu1804
install:
- ./ci/linux-x64/setup.sh
- ps: $env:PATH = "/home/appveyor/.cargo/bin:$env:PATH"
build_script:
- ps: ./ci/linux-x64/build.ps1 -shortver "$($env:APPVEYOR_BUILD_VERSION)"
artifacts:
- path: publish\*