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
Masafumi Yokoyama committed May 28, 2018
1 parent 2a89356 commit fde59b2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions appveyor.yml
Expand Up @@ -3,17 +3,17 @@ clone_depth: 10
environment:
matrix:
- CMAKE_GENERATOR_NAME: "Visual Studio 14 2015"
MARIADB_VERSION: 10.1.32
MARIADB_VERSION: 10.1.33
- CMAKE_GENERATOR_NAME: "Visual Studio 14 2015 Win64"
MARIADB_VERSION: 10.1.32
MARIADB_VERSION: 10.1.33
- CMAKE_GENERATOR_NAME: "Visual Studio 14 2015"
MARIADB_VERSION: 10.2.14
MARIADB_VERSION: 10.2.15
- CMAKE_GENERATOR_NAME: "Visual Studio 14 2015 Win64"
MARIADB_VERSION: 10.2.14
MARIADB_VERSION: 10.2.15
- CMAKE_GENERATOR_NAME: "Visual Studio 14 2015"
MARIADB_VERSION: 10.3.6
MARIADB_VERSION: 10.3.7
- CMAKE_GENERATOR_NAME: "Visual Studio 14 2015 Win64"
MARIADB_VERSION: 10.3.6
MARIADB_VERSION: 10.3.7

install:
- cd ..
Expand Down

0 comments on commit fde59b2

Please sign in to comment.