Skip to content

Commit e2523ea

Browse files
committed
Test appveyor
1 parent 0795b74 commit e2523ea

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

appveyor.yml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,17 @@ version: '{build}'
22
image: Visual Studio 2017
33
environment:
44
matrix:
5-
- DB: SqlServer2008
6-
CONNECTION_STRING: Server=(local)\SQL2017;User ID=sa;Password=Password12!;initial catalog=nhibernate;
7-
- DB: PostgreSQL
8-
CONNECTION_STRING: Host=localhost;Port=5432;Username=postgres;Password=Password12!;Database=nhibernate;Enlist=true;
9-
- DB: Firebird
10-
- DB: MySQL
11-
CONNECTION_STRING: Server=127.0.0.1;Uid=root;Pwd=Password12!;Database=nhibernate;Old Guids=True;
12-
- DB: SQLite
5+
- DB: Firebird
6+
- DB: Firebird
7+
- DB: Firebird
8+
- DB: Firebird
9+
- DB: Firebird
10+
- DB: Firebird
11+
- DB: Firebird
12+
- DB: Firebird
13+
- DB: Firebird
14+
- DB: Firebird
15+
1316
init:
1417
# Required for having windows endlines in sources zip
1518
- git config --global core.autocrlf true

0 commit comments

Comments
 (0)