-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
33 lines (27 loc) · 787 Bytes
/
appveyor.yml
File metadata and controls
33 lines (27 loc) · 787 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
version: '{build}'
clone_depth: 50
install:
- SET JAVA_HOME=C:\Program Files\Java\jdk1.8.0
- SET GECKODRIVER=C:\Tools\WebDriver
- SET CHROMEDRIVER=C:\Tools\WebDriver\chromedriver.exe
- SET PATH=%JAVA_HOME%\bin;%GECKODRIVER%;%CHROMEDRIVER%;%PATH%
# - echo PATH %PATH%
# - echo JAVA_HOME %JAVA_HOME%
- java -version
# - javac -version
- mvn -version
build: off
environment:
global:
MAVEN_OPTS: "-Xmx2048M"
before_test:
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/set-screenresolution.ps1'))
- ps: Set-ScreenResolution 1280 768
test_script:
- ps: |
mvn test -P appveyor --batch-mode
deploy: off
artifacts:
- path: instanceManagerSequence.txt
cache:
- C:\Users\appveyor\.m2 -> pom.xml