mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 07:04:57 +01:00
Dox generation takes longer than DMAPI tests
This commit is contained in:
+8
-8
@@ -102,6 +102,14 @@ jobs:
|
||||
name: "Docker Build"
|
||||
services:
|
||||
- docker
|
||||
- env:
|
||||
- DoxGeneration=true
|
||||
name: "Dox Generation"
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- doxygen
|
||||
- graphviz
|
||||
- env:
|
||||
- DoxGeneration=false
|
||||
- DockerBuild=false
|
||||
@@ -118,14 +126,6 @@ jobs:
|
||||
packages:
|
||||
- libc6-i386
|
||||
- libstdc++6:i386
|
||||
- env:
|
||||
- DoxGeneration=true
|
||||
name: "Dox Generation"
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- doxygen
|
||||
- graphviz
|
||||
|
||||
install:
|
||||
- if [ $DoxGeneration = false ] && [ $DockerBuild = false ] && [ $DMAPI = true ]; then build/install_byond.sh; fi
|
||||
|
||||
Reference in New Issue
Block a user