forked from xspec/xspec
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
36 lines (28 loc) · 886 Bytes
/
appveyor.yml
File metadata and controls
36 lines (28 loc) · 886 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
branches:
except:
- schxslt
skip_tags: true
skip_branch_with_pr: true
image: Visual Studio 2019
environment:
matrix:
# Non-mainstream jobs are not included in favor of GitHub Actions and Azure Pipelines
- XSPEC_TEST_ENV: saxon-12
install:
- cmd: |
set JAVA_HOME=C:\Program Files\Java\jdk17
set PATH=%JAVA_HOME%\bin;%PATH%
test\ci\install-deps.cmd
build: off
test_script:
# XSpec unit tests and end-to-end tests omitted due to time limit. They run on GitHub Actions and Azure Pipelines.
- cmd: |
set JAVA_HOME=C:\Program Files\Java\jdk17
set PATH=%JAVA_HOME%\bin;%PATH%
test\ci\print-env.cmd
test\run-bats.cmd
test\ci\maven-package.cmd -q
rem test\ci\compile-java.cmd -silent
rem test\ci\last-git-status.cmd
test\ci\test-maven-jar.cmd -silent
deploy: off