Dox generation takes longer than DMAPI tests

This commit is contained in:
Jordan Brown
2020-05-28 13:36:55 -04:00
parent 3b6b7ec4be
commit d53f6bfdb6
+8 -8
View File
@@ -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