Skip to content

Commit e59c0c7

Browse files
author
stephanie
committed
change appveyor file to only load mssql db
1 parent a93d87d commit e59c0c7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

appveyor.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -99,17 +99,17 @@ install:
9999
build_script:
100100
##https://github.com/sqlectron/sqlectron-core/blob/master/appveyor.yml
101101

102-
# sqlserver
103-
# - ps: ci-helpers\appveyor\sqlserver.ps1 SQL2008R2SP2
104-
# - sqlcmd -S localhost,1433 -U sa -P Password12! -Q "CREATE DATABASE odm2" -d "master"
105-
# - sqlcmd -S localhost,1433 -U sa -P Password12! -i tests/usecasesql/littlebearriver/sampledatabases/odm2_ms_sql_server/LBR_ODM2_MSSQLDump.sql -d "odm2"
106-
# - sqlcmd -S localhost,1433 -U sa -P Password12! -Q "select table_name from information_schema.tables" -d "odm2"
102+
sqlserver
103+
- ps: ci-helpers\appveyor\sqlserver.ps1 SQL2008R2SP2
104+
- sqlcmd -S localhost,1433 -U sa -P Password12! -Q "CREATE DATABASE odm2" -d "master"
105+
- sqlcmd -S localhost,1433 -U sa -P Password12! -i tests/usecasesql/littlebearriver/sampledatabases/odm2_ms_sql_server/LBR_ODM2_MSSQLDump.sql -d "odm2"
106+
- sqlcmd -S localhost,1433 -U sa -P Password12! -Q "select table_name from information_schema.tables" -d "odm2"
107107
# # postgres
108108
# - psql createdb odm2
109109
# - psql -d odm2 -a -f tests/usecasesql/marchantariats/marchantariats.sql
110110
# mysql
111-
- mysql -e "drop database test; create database odm2;" --user=root
112-
- mysql odm2 < tests/usecasesql/littlebearriver/sampledatabases/odm2_mysql/LBR_MySQL_SmallExample.sql --user=root
111+
# - mysql -e "drop database test; create database odm2;" --user=root
112+
# - mysql odm2 < tests/usecasesql/littlebearriver/sampledatabases/odm2_mysql/LBR_MySQL_SmallExample.sql --user=root
113113

114114
test_script:
115115
# Run the project tests

0 commit comments

Comments
 (0)