Skip to content

Commit e06cc4c

Browse files
committed
AppVeyor
1 parent 4dc0809 commit e06cc4c

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ language: scala
99
jdk: oraclejdk8
1010

1111
script:
12-
- sbt -Dproject.version=2.12.0 s3Upload::mappings
12+
- sbt -Dproject.version=2.12.0 "show s3Upload::mappings"
1313

1414
cache:
1515
directories:

appveyor.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
version: '{build}'
2+
3+
branches:
4+
only:
5+
- 2.11.x
6+
- 2.12.x
7+
- 2.13.x
8+
9+
image: Visual Studio 2015
10+
11+
environment:
12+
JAVA_HOME: C:\Program Files\Java\jdk1.8.0
13+
14+
install:
15+
- cmd: choco install sbt -ia "INSTALLDIR=""C:\sbt"""
16+
- cmd: SET PATH=C:\sbt\bin;%JAVA_HOME%\bin;%PATH%
17+
18+
build_script:
19+
- java -version
20+
- sbt "-Dproject.version=2.12.0" "show s3Upload::mappings"
21+
22+
cache:
23+
- C:\sbt\
24+
- C:\Users\appveyor\.m2
25+
- C:\Users\appveyor\.ivy2

0 commit comments

Comments
 (0)