Skip to content

Commit

Permalink
remove retrodrawing from build
Browse files Browse the repository at this point in the history
  • Loading branch information
msx80 committed Sep 19, 2024
1 parent 5d25bba commit 7b2a453
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/mainbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ jobs:
run: |
cd demo/AlienBuster
mvn --batch-mode clean compile install package
- name: Build Retrodrawing cart
run: |
cd demo/Retrodrawing
mvn --batch-mode clean compile install package
- name: Build Snake cart
run: |
cd demo/Snake
Expand All @@ -71,12 +67,6 @@ jobs:
with:
name: 'snake.omicron'
path: demo/Snake/snake.omicron
- name: Deploy Retrodrawing Demo
uses: actions/upload-artifact@v4
with:
name: 'retrodrawing.omicron'
path: demo/Retrodrawing/retrodrawing.omicron

- name: Setup Android SDK
uses: android-actions/setup-android@v3
with:
Expand All @@ -102,15 +92,6 @@ jobs:
with:
name: 'feature-demo.apk'
path: android-mvn/target/feature-demo.apk
- name: Build retrodrawing Android app
run: |
cd android-mvn
mvn --batch-mode -Dcartridge.artifactId=retrodrawing -Dcartridge.groupId=com.github.msx80.omicron -Dcartridge.version=0.0.3 clean install android:apk
- name: Deploy retrodrawing Android App
uses: actions/upload-artifact@v4
with:
name: 'retrodrawing.apk'
path: android-mvn/target/retrodrawing.apk
- name: Build snake Android app
run: |
cd android-mvn
Expand Down

0 comments on commit 7b2a453

Please sign in to comment.