Skip to content

Commit

Permalink
Build more samples in CI (#208)
Browse files Browse the repository at this point in the history
* Build more samples in CI

* Remove pointless namespace

* fixup! Build more samples in CI
  • Loading branch information
hannesa2 authored Oct 13, 2024
1 parent f360443 commit 44824c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
- name: assemble ViroCore
run: |
./gradlew :viroreact:assembleDebug
./gradlew :code-samples:ARHelloWorldAndroid:assembleDebug
./gradlew :code-samples:ARBlackPanther:assembleDebug
working-directory: ./android
- name: Upload result ViroCore
uses: actions/[email protected]
Expand Down
3 changes: 1 addition & 2 deletions android/viroar/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.viro.ar"/>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" />

0 comments on commit 44824c0

Please sign in to comment.