Skip to content

Commit

Permalink
Remove unused/no-op CI cruft.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanAlbert committed May 7, 2024
1 parent df71064 commit ff3d062
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 40 deletions.
31 changes: 0 additions & 31 deletions .ci_tools/misc_ci.sh

This file was deleted.

4 changes: 0 additions & 4 deletions .ci_tools/run_samples.sh

This file was deleted.

5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,10 @@ jobs:
- name: Setup Android SDK
uses: android-actions/setup-android@v3

- uses: actions/setup-python@v4
with:
python-version: 3.x

- name: build samples
run: |
export SAMPLE_CI_RESULT=0
source .ci_tools/build_samples.sh
source .ci_tools/run_samples.sh
eval "[[ $SAMPLE_CI_RESULT == 0 ]]"
- uses: pre-commit/[email protected]
Expand Down

0 comments on commit ff3d062

Please sign in to comment.