Navigation Menu

Skip to content

Commit

Permalink
appveyor: update MariaDB versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 29, 2018
1 parent 07944cf commit 5850d62
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions appveyor.yml
Expand Up @@ -3,13 +3,17 @@ clone_depth: 10
environment:
matrix:
- CMAKE_GENERATOR_NAME: "Visual Studio 14 2015"
MARIADB_VERSION: 10.1.31
MARIADB_VERSION: 10.1.34
- CMAKE_GENERATOR_NAME: "Visual Studio 14 2015 Win64"
MARIADB_VERSION: 10.1.31
MARIADB_VERSION: 10.1.34
- CMAKE_GENERATOR_NAME: "Visual Studio 14 2015"
MARIADB_VERSION: 10.2.12
MARIADB_VERSION: 10.2.14
- CMAKE_GENERATOR_NAME: "Visual Studio 14 2015 Win64"
MARIADB_VERSION: 10.2.12
MARIADB_VERSION: 10.2.14
- CMAKE_GENERATOR_NAME: "Visual Studio 14 2015"
MARIADB_VERSION: 10.3.6
- CMAKE_GENERATOR_NAME: "Visual Studio 14 2015 Win64"
MARIADB_VERSION: 10.3.6

install:
- cd ..
Expand Down

0 comments on commit 5850d62

Please sign in to comment.