We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29fa1b0 commit 6553676Copy full SHA for 6553676
appveyor.yml
@@ -103,13 +103,13 @@ build_script:
103
- echo %PATH%
104
105
# postgres
106
- - ./ci-helpers/postgres_setup.sh
+ - sh ci-helpers\postgres_setup.sh
107
# - psql createdb marchantariats
108
# - psql -d marchantariats -a -f tests/usecasesql/marchantariats/marchantariats.sql
109
110
111
# mysql
112
- - ./ci-helpers/mysql_setup.sh
+ - sh ci-helpers\mysql_setup.sh
113
# - mysql -e "drop database test; create database odm2;" --user=root
114
# - mysql odm2 < tests/usecasesql/littlebearriver/sampledatabases/odm2_mysql/LBR_MySQL_SmallExample.sql --user=root
115
0 commit comments