This commit is contained in:
Jordan Brown
2020-06-08 13:54:11 -04:00
parent 8860c39292
commit e129513d1c
+7 -7
View File
@@ -58,7 +58,6 @@ jobs:
- CONFIG=Release
- TGS4_TEST_DATABASE_TYPE=PostgresSql
- TGS4_TEST_CONNECTION_STRING="Application Name=tgstation-server;Host=127.0.0.1;Username=postgres;Password=;Database=TGS_Test"
- Database__ServerVersion="9.6"
name: "PostgresSql Integration Test"
language: csharp
mono: none
@@ -67,12 +66,13 @@ jobs:
- postgresql
cache:
directories:
- $HOME/.nuget/packages:
addons:
apt:
packages:
- libc6-i386
- libstdc++6:i386
- $HOME/.nuget/packages:addons:
postgresql: "12"
apt:
packages:
- postgresql-12
- libc6-i386
- libstdc++6:i386
- env:
- DoxGeneration=false
- DockerBuild=false