Please note MacStadium pipelines are disabled on Drone Cloud. This feature is only available when self-hosting
A macstadium pipeline runs commands on MacStadium virtual machines. The vm is created when the pipeline starts and terminated upon completion. This is useful for workloads that need to run inside a dedicated osx vm.
Example pipeline configuration:
 | 
 | 
The kind and type attributes define a macstadium pipeline.
 | 
 | 
The steps section defines a series of shell commands. These commands are executed on the remote macstadium virtual machine. If any command returns a non-zero exit code, the pipeline fails and exits.
 | 
 |