mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 00:22:40 +01:00
Try 12
This commit is contained in:
+7
-7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user