building with gpu support for android.

This commit is contained in:
Lucas Oskorep
2022-08-28 12:36:28 -04:00
parent a54626bf5d
commit 021fa39252
+2
View File
@@ -22,11 +22,13 @@ unit-tests:
tags: tags:
- MacOS - MacOS
build-debug: build-debug:
stage: build stage: build
only: only:
- branches - branches
script: script:
- sh install_tflite.sh -d
- flutter build appbundle --debug - flutter build appbundle --debug
tags: tags:
- MacOS - MacOS