m1ga / ti.githubAction

Github action to build a Titanium app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Github Action to build a Titanium app

Action is inside .github/workflows/main.yml

App is a default Alloy demo app.

What it does

  • Installs all needed tools (node, java, Android SDK)
  • downloads latest Titanium SDK
  • builds a debug app (ti build -p android -b -l info)
  • attaches the APK as an action artifact

About

Github action to build a Titanium app

License:Other


Languages

Language:JavaScript 61.0%Language:Python 39.0%