Skip to content

Commit 206e320

Browse files
committed
removing appveyor ubuntu builds
1 parent 74841a9 commit 206e320

2 files changed

Lines changed: 1 addition & 27 deletions

File tree

appveyor.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ only_commits:
1717

1818
image:
1919
- Visual Studio 2019
20-
- Ubuntu
2120

2221
# Set build info
2322
environment:
@@ -51,30 +50,5 @@ for:
5150
- psql -c "CREATE USER sa WITH SUPERUSER PASSWORD 'Password12!';" -U postgres
5251
- ps: .\tests\pester.prep.ps1
5352

54-
55-
- matrix:
56-
only:
57-
- image: Ubuntu
58-
environment:
59-
mssql_instance: localhost
60-
scenario: all
61-
TZ: GMT
62-
services:
63-
- mssql
64-
- mysql
65-
- postgresql
66-
before_test:
67-
- ps: .\tests\pester.prep.ps1
68-
- docker run --name dbops-oracle -d -p 1521:1521 -e ORACLE_ALLOW_REMOTE=true wnameless/oracle-xe-11g-r2
69-
7053
test_script:
7154
- ps: .\tests\ci.pester.ps1
72-
73-
74-
# Set alternative clone folder
75-
#clone_folder: c:\github\dbops
76-
77-
78-
79-
#on_finish:
80-
# - ps:

tests/ci.pester.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ $config = New-PesterConfiguration -Hashtable $conf
2727
if ($Type.Count -gt 0) {
2828
$env:DBOPS_TEST_DB_TYPE = $Type -join " "
2929
}
30-
Invoke-Pester -Configuration $config
30+
Invoke-Pester -Configuration $config -CI

0 commit comments

Comments
 (0)