Skip to content

Commit

Permalink
Merge pull request #370 from sjrd/fix-build
Browse files Browse the repository at this point in the history
Fix the build on master.
  • Loading branch information
sjrd authored Oct 16, 2020
2 parents 2c71d6f + bcfb8ad commit 8f965b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,12 @@ environment:
SCALAJS_VERSION: 1.0.0
install:
- ps: Install-Product node 12
- cmd: choco install sbt --version 1.2.8 -ia "INSTALLDIR=""C:\sbt"""
- cmd: choco install sbt --version 1.4.0 -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"
- cmd: sbt ";^^%CI_SBT_VERSION%;test;runScripted"
cache:
- C:\sbt
- C:\Users\appveyor\.ivy2\cache
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ webpackConfigFile in fullOptJS := Some(baseDirectory.value / "prod.webpack.confi
// Execute the tests in browser-like environment
requireJsDomEnv in Test := true

version in installJsdom := "16.2.0"
version in installJsdom := "16.4.0"

webpackBundlingMode := BundlingMode.LibraryAndApplication()

Expand Down

0 comments on commit 8f965b7

Please sign in to comment.