Skip to content

Commit

Permalink
try building with mazerunner in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
richardelms committed Jan 13, 2025
1 parent 737eab3 commit a0f6b6e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .buildkite/unity.2021.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ steps:
upload:
- features/fixtures/maze_runner/mazerunner_2021.apk
- features/fixtures/build_android_apk.log
commands:
- bundle install
- rake test:android:build
command:
- "bundle install"
- "features/build/build_android.feature"
- "--os macos"
retry:
automatic:
- exit_status: "*"
Expand Down

0 comments on commit a0f6b6e

Please sign in to comment.