Skip to content

Commit

Permalink
Remove unnecessary CI script.
Browse files Browse the repository at this point in the history
Now that there's a single top level gradle project, we don't need any of
this. The new thing is actually more thorough, because it'll build all
build types of each sample instead of just debug, which is quite
important for things like the sanitizer sample.

#1010
  • Loading branch information
DanAlbert committed May 7, 2024
1 parent 6bf8025 commit e83647b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 137 deletions.
134 changes: 0 additions & 134 deletions .ci_tools/build_samples.sh

This file was deleted.

4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ jobs:

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

0 comments on commit e83647b

Please sign in to comment.