mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
Build the Actor Editor during the nightly build
This is a regression of a fix in 7e481b73cd,
lost during the git migration. Refs #1819
This commit is contained in:
parent
9b8ff77265
commit
d1319179f8
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
|||
// This pipeline is used to generate the nightly builds.
|
||||
|
||||
def visualStudioPath = '"C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\MSBuild\\Current\\Bin\\MSBuild.exe"'
|
||||
def buildOptions = '/p:PlatformToolset=v143 /t:pyrogenesis /t:AtlasUI %JOBS% /nologo -clp:Warningsonly -clp:ErrorsOnly'
|
||||
def buildOptions = '/p:PlatformToolset=v143 /t:pyrogenesis /t:AtlasUI /t:ActorEditor %JOBS% /nologo -clp:Warningsonly -clp:ErrorsOnly'
|
||||
|
||||
def gitHash = ''
|
||||
def buildSPIRV = false
|
||||
|
|
|
|||
Loading…
Reference in a new issue