Skip to content

Commit 30d2846

Browse files
authored
Merge pull request #58 from sqlcollaborative/Xplat-tests
Final set of tests and fixes for v0.5
2 parents 44fa41b + 193a227 commit 30d2846

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+1961
-153
lines changed

appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ for:
2828
#scenario: all
2929
environment:
3030
mssql_instance: localhost\SQL2017
31+
scenario: windows
3132
services:
3233
- mssql2017
3334
- mysql
@@ -41,7 +42,7 @@ for:
4142
- matrix:
4243
only:
4344
- image: Ubuntu1804
44-
#scenario: default
45+
scenario: all
4546
environment:
4647
mssql_instance: localhost
4748
services:
@@ -52,6 +53,7 @@ for:
5253
- sudo -u postgres psql -c "CREATE USER sa WITH PASSWORD 'Password12!';"
5354
- sudo -u postgres psql -c "ALTER USER sa WITH SUPERUSER;"
5455
- ps: .\tests\appveyor.prep.ps1
56+
- docker run --name dbops-oracle -d -p 1521:1521 -e ORACLE_ALLOW_REMOTE=true wnameless/oracle-xe-11g
5557

5658
# before_test:
5759
# # run preparation scripts
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
17.5 KB
Binary file not shown.

bin/lib/netstandard2.0/dbup-core.dll

114 KB
Binary file not shown.

bin/lib/netstandard2.0/dbup-mysql.dll

12.5 KB
Binary file not shown.
13.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)