Skip to content

Commit

Permalink
appveyor using mariadb.example.com alias for hostname to permit SSL n…
Browse files Browse the repository at this point in the history
…ame verification
  • Loading branch information
rusher committed Apr 17, 2018
1 parent befa51f commit 48c7c64
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
@@ -1,10 +1,14 @@
version: '{build}'

hosts:
mariadb.example.com: 127.0.0.1

environment:
LINT: 0
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
CMAKE_PARAM: 'Visual Studio 15 2017 Win64'
MUST_USE_TCPIP: 1
TEST_HOST: mariadb.example.com
matrix:
- DB: '10.2.13'
nodejs_version: "6"
Expand Down

0 comments on commit 48c7c64

Please sign in to comment.