Skip to content

Commit

Permalink
Merge pull request #164 from ndtp/bitrise-2
Browse files Browse the repository at this point in the history
Use Bitrise to verify Library and LegacySample
  • Loading branch information
DanielJette authored Aug 28, 2023
2 parents 6d29735 + 4ea5f74 commit 527083f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 95 deletions.
84 changes: 0 additions & 84 deletions .github/workflows/library_build.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .github/workflows/sample_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:
with:
java-version: 11

- name: Validate build
run: ./gradlew LegacySample:assemble

- name: Validate build
run: ./gradlew FlixSample:assemble

Expand Down
8 changes: 0 additions & 8 deletions test_and_archive.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
#!/bin/sh

./github_action_emulator_command.sh LegacySample:screenshotTest

./gradlew LegarySample:screenshotPull

mkdir -p ./output/

git status -s --porcelain | grep --color=no "^ M.*png$" | sed s/" M "/""/g | xargs -I {} cp {} ./output/

./github_action_emulator_command.sh FlixSample:screenshotTest

./gradlew FlixSample:screenshotPull
Expand Down

0 comments on commit 527083f

Please sign in to comment.