diff --git a/Manual/contents/Settings/Building_via_Command_Line.htm b/Manual/contents/Settings/Building_via_Command_Line.htm index 97339aa03..bb6ea46d1 100644 --- a/Manual/contents/Settings/Building_via_Command_Line.htm +++ b/Manual/contents/Settings/Building_via_Command_Line.htm @@ -3,7 +3,7 @@ - Building via Command Line + Building & Testing via Command Line @@ -15,7 +15,7 @@ -

Building via Command Line

+

Building & Testing via Command Line

 Building executables via command line requires you to have logged in to the IDE.

In addition to building your project through the IDE, GameMaker allows you to build your projects through a command-line interface using the many options and commands described below. You can use this to build your project, test it and deploy it to multiple platforms by running one batch file, and to set up continuous integration through an automation server such as Jenkins.

This is done by running the Igor.exe executable present within your runtime folder and passing in the options and commands listed on this page.

@@ -25,8 +25,15 @@

Building via Command L
  • macOS: /Users/Shared/GameMakerStudio2/Cache/runtimes/runtime-[version]/bin/igor/osx/<architecture>/
  •  You must have logged into the IDE with your account at least once before attempting command line building.

    +

    Index

    +

    This page covers the following:

    +

     

    -

    Igor CI Building

    +

    Igor CI Building

    Setting Up

    To set up CI building on a machine, you will need to do the following: