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 e663d5b commit b83cefdCopy full SHA for b83cefd
1 file changed
appveyor.yml
@@ -52,6 +52,12 @@ for:
52
- mssql
53
- mysql
54
- postgresql
55
+ before_build:
56
+ - ps: .\build\build_prep.ps1
57
+ build_script:
58
+ - ps: .\build\build.ps1
59
+ after_build:
60
+ - ps: .\build\copy_build_files.ps1
61
before_test:
62
- sudo -u postgres psql -c "CREATE USER sa WITH SUPERUSER PASSWORD 'Password12!';"
63
- ps: .\tests\appveyor.prep.ps1
0 commit comments