Run aws workflow
parent
30bc2f2775
commit
5003cc2799
|
|
@ -1,10 +1,10 @@
|
||||||
name: AWS
|
name: AWS
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push: { branches: [aws, aws-ts-clean] }
|
push: { branches: [aws, remote-builder/refactor] }
|
||||||
|
|
||||||
env:
|
env:
|
||||||
AWS_REGION: "eu-west-1"
|
AWS_REGION: 'eu-west-1'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
buildForAllPlatforms:
|
buildForAllPlatforms:
|
||||||
|
|
@ -17,7 +17,7 @@ jobs:
|
||||||
projectPath:
|
projectPath:
|
||||||
- test-project
|
- test-project
|
||||||
unityVersion:
|
unityVersion:
|
||||||
# - 2019.2.11f1
|
# - 2019.2.11f1
|
||||||
- 2019.3.15f1
|
- 2019.3.15f1
|
||||||
targetPlatform:
|
targetPlatform:
|
||||||
#- StandaloneOSX # Build a macOS standalone (Intel 64-bit).
|
#- StandaloneOSX # Build a macOS standalone (Intel 64-bit).
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue