-
Notifications
You must be signed in to change notification settings - Fork 223
Expand file tree
/
Copy pathappveyor.yml
More file actions
39 lines (31 loc) · 879 Bytes
/
appveyor.yml
File metadata and controls
39 lines (31 loc) · 879 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
33
34
35
36
37
38
39
version: '{build}'
branches:
only:
- 2.11.x
- 2.12.x
- 2.13.x
image: Visual Studio 2019
environment:
# java 11+ needed for sttp
JAVA_HOME: C:\Program Files\Java\jdk21
AWS_ACCESS_KEY_ID:
secure: X1Ix1soRBDMtfbi8IFNPOggDP2XquhW+uKcJ+XC0kiM=
AWS_SECRET_ACCESS_KEY:
secure: woXwpM2+P3uZ1+LFM+SbJEKLfi7Kax5PvqJSN62nn1PQrJgEzVUAIoRGoXBx6X72
GITHUB_OAUTH_TOKEN:
secure: nfWNfbyzNQwdg1eWHZX93XIJLoAhFOr1fR8+L86s7a3jdo/HydEZ8TyEKsPipQ+/
install:
- cmd: choco install sbt --version=1.10.11 -ia "INSTALLDIR=""C:\sbt"""
- cmd: SET PATH=C:\sbt\bin;%JAVA_HOME%\bin;%PATH%
build_script:
- ps: . .\scripts\common.ps1
- ps: postCommitStatus "pending"
- ps: .\admin\build.ps1
on_success:
- ps: postCommitStatus "success"
on_failure:
- ps: postCommitStatus "failure"
cache:
- C:\sbt
- C:\Users\appveyor\.sbt
- C:\Users\appveyor\.ivy2