File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -99,17 +99,17 @@ install:
9999build_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
114114test_script :
115115 # Run the project tests
You can’t perform that action at this time.
0 commit comments