Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/j3k0/docker-airbuild
- Owner: j3k0
- Created: 2014-12-06T00:36:44.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-04T08:56:08.000Z (over 9 years ago)
- Last Synced: 2024-04-08T00:24:13.250Z (7 months ago)
- Language: Shell
- Size: 164 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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