forked from scalacenter/scalajs-bundler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
27 lines (27 loc) · 869 Bytes
/
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
version: '{build}'
os: Windows Server 2012
environment:
matrix:
- CI_SBT_VERSION: 0.13.17
SCALAJS_VERSION: 1.0.0-M7
- CI_SBT_VERSION: 0.13.17
SCALAJS_VERSION: 0.6.27
- CI_SBT_VERSION: 1.0.2
SCALAJS_VERSION: 0.6.27
- CI_SBT_VERSION: 1.0.2
SCALAJS_VERSION: 1.0.0-M7
install:
- ps: Install-Product node 6
- cmd: choco install sbt --version 0.13.15 -ia "INSTALLDIR=""C:\sbt"""
- cmd: SET PATH=C:\sbt\bin;%JAVA_HOME%\bin;%PATH%
- cmd: SET SBT_OPTS=-XX:MaxPermSize=2g -Xmx4g
build: off
test_script:
# Normally this would be "^^%CI_SBT_VERSION%" but it looks like
# AppVeyor expands single '^' to '^^' to workaround the fact that in
# Windows batch files '^' serves as an escape charactor.
- cmd: sbt ";^%CI_SBT_VERSION%;test;runScripted"
cache:
- C:\sbt
- C:\Users\appveyor\.ivy2\cache
- C:\Users\appveyor\.sbt