Skip to content

Commit b83cefd

Browse files
committed
testing linux build
1 parent e663d5b commit b83cefd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

appveyor.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ for:
5252
- mssql
5353
- mysql
5454
- 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
5561
before_test:
5662
- sudo -u postgres psql -c "CREATE USER sa WITH SUPERUSER PASSWORD 'Password12!';"
5763
- ps: .\tests\appveyor.prep.ps1

0 commit comments

Comments
 (0)