brarcher / video-transcoder

Android app for video and audio transcoder, based on FFmpeg
GNU General Public License v3.0
480 stars 57 forks source link

Add Android CI action workflows #200

Closed oong819 closed 3 months ago

oong819 commented 3 months ago

Create android.yml A workflow will be started when push are made to master branch that change something in one or all of these directories:

app/**
gradle/**
.github/workflows/**

or pull request that change something in one or all of these directories:

app/**
gradle/**

(To avoid unecessay energy consumption amd security reason)

Also each workflow will have a debug signed apk file! =D

(This PR din't remove .travis.yml or add GitHub CI badge to README.MD)

oong819 commented 3 months ago

Also please squash all those commits into one when merge

oong819 commented 3 months ago

(Messed up the master branch)