Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/j3k0/docker-airbuild

Docker image to build your apps with Adove AIR SDK
https://github.com/j3k0/docker-airbuild

Last synced: 22 days ago
JSON representation

Docker image to build your apps with Adove AIR SDK

Awesome Lists containing this project

README

        

docker-airbuild
===============

Docker image to build your apps with Adove AIR SDK

Usage
-----

Pull:

docker pull jeko/airbuild

From your air project directory:

docker run -it --rm -v `pwd`:/src jeko/airbuild:latest mxmlc
docker run -it --rm -v `pwd`:/src jeko/airbuild:latest adl
docker run -it --rm -v `pwd`:/src jeko/airbuild:latest adt
etc.

An example project can be found here: https://github.com/j3k0/BaseAIRAppLinux