kellergemeinde / game_towerdefense

Towerdefense Minigame
Apache License 2.0
18 stars 2 forks source link

CI: Travis selective Builds #9

Open ulfgebhardt opened 6 years ago

ulfgebhardt commented 6 years ago

Since Travis has to download 3GB of Unity to run, we should build selectively:

On Push: None? On PullRequest: Fastest Build On Master(not on PR): Build all 3 Platforms - Linux/Win & Mac

Example for deciding between branches etc: Master & PR: https://github.com/demokratie-live/democracy-client/blob/master/.travis.yml#L25 Master only - not on PR to Master: https://github.com/demokratie-live/democracy-client/blob/master/.travis.yml#L66