Login / Registrieren
DE EN FR ES IT CZ
Zurück Nach oben

Auto build from command line / Continuous Integration

  • #1, by rimek 6 years ago Zitieren
    Hi everyone!

    I'm new here, so maybe an answer to my question exists somewere in the documentation but I didn't notice it yet...

    Is it possible to create a final game build from Visionaire Studio (using continuous integration software like TeamCity or Jenkins) through command line?

    Something like:
    viseditor.exe -build -platform=pc -projectName=something -additionalParams .... 
  • #2, by SimonS 6 years ago Zitieren
    viseditor.exe -b -p windows -t C:\output\data.vis

    Not really tested that much though.
  • #3, by rimek 6 years ago Zitieren
    So it's possible. Good news for me smile Tnx a lot!