Skip to content

Commit

Permalink
[test] update appveyor server version and 10.4 to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
rusher committed Jan 22, 2019
1 parent afed1db commit e21b8fb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ matrix:
jdk: oraclejdk8
- env: DB=mysql:8.0 PACKET=8M ADDITIONAL_CONF=--default-authentication-plugin=mysql_native_password
jdk: oraclejdk8
- env: DB=mariadb:10.4 PACKET=8M
jdk: oraclejdk8
include:
- env: DB=build PACKET=8M
jdk: oraclejdk8
Expand Down Expand Up @@ -78,6 +80,8 @@ matrix:
jdk: oraclejdk8
- env: DB=mariadb:10.3 PACKET=8M
jdk: oraclejdk8
- env: DB=mariadb:10.4 PACKET=8M
jdk: oraclejdk8
- env: DB=mariadb:10.2 PACKET=8M MAXSCALE_VERSION=2.2.9
jdk: oraclejdk8

Expand Down
10 changes: 5 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
version: '{build}'
environment:
matrix:
- DB: '10.2.16'
- DB: '10.2.21'
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
CMAKE_PARAM: 'Visual Studio 15 2017 Win64'
JAVA_HOME: C:\Program Files\Java\jdk1.8.0

- DB: '10.3.8'
- DB: '10.3.12'
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
CMAKE_PARAM: 'Visual Studio 15 2017 Win64'
JAVA_HOME: C:\Program Files\Java\jdk1.8.0

- DB: '10.1.34'
- DB: '10.1.37'
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
CMAKE_PARAM: 'Visual Studio 15 2017 Win64'
JAVA_HOME: C:\Program Files\Java\jdk1.8.0

- DB: '10.0.35'
- DB: '10.0.37'
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
CMAKE_PARAM: 'Visual Studio 15 2017 Win64'
JAVA_HOME: C:\Program Files\Java\jdk1.8.0

- DB: '5.5.60'
- DB: '5.5.62'
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
CMAKE_PARAM: 'Visual Studio 15 2017 Win64'
JAVA_HOME: C:\Program Files\Java\jdk1.8.0
Expand Down

0 comments on commit e21b8fb

Please sign in to comment.