Skip to content

Commit

Permalink
added read me
Browse files Browse the repository at this point in the history
  • Loading branch information
John4650-hub committed Sep 21, 2023
1 parent 733e78d commit d781b07
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion codemagic.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
workflows:
ace-release:
name: Ace release
environment:
- node: 12.14.0
- npm: 6.13.7
- java: 1.8
triggering:
events:
- push
branch_patterns:
- pattern: '*'
include: true
source: true
scripts:
- apt list
- name: Build
script: |
sudo npm install --save-dev webpack webpack-cli
cd www && mkdir dist && cd ..
npm run build
ls
sudo npm install -g [email protected]
sudo cordova platform add android
sh clean.sh
cd platforms
sudo cordova build android
ls -a
artifacts:
- android/app/build/outputs/apk/debug/app-debug.apk


0 comments on commit d781b07

Please sign in to comment.