Skip to content

Commit f7f100e

Browse files
agamagiera-unityGBurslem
authored andcommitted
[DDSDK-75] Add CI (#16)
* Added yamato yml file to trigger CI * Added more log flag and removed unnecessary comment
1 parent d00b007 commit f7f100e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.yamato/test.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
tests:
2+
name: Test deltaDNA Android SDK
3+
agent:
4+
type: Unity::VM::osx
5+
image: mobile/android-macos-execution:latest
6+
flavor: i1.medium
7+
triggers:
8+
cancel_old_ci: true
9+
expression: pull_request.target EQ "develop" OR pull_request.target EQ "master"
10+
commands:
11+
- ./gradlew clean build -i

0 commit comments

Comments
 (0)