A collection of simple ActionScript3 example projects using Travis CI for build automation. All of the projects are utilizing the flex-mojos pluging for Maven. Examples are designed to help developers setup Continuous Integration for Flash and Flex projects. Flexmojos can be utilized to build swfs, swcs, and air assets, in addition to running unittest and generating docs and code coverage reports.
Start by cloning the repo.
git clone git@github.com:Larusso/travis-CI-actionscript-demo.git
Each example is stored using a Git tag, list the tags to see examples (or see list below).
git tag
Checkout the project tag you are interested in.
git checkout [tagname]
Tag Name | Description | Build Status |
---|---|---|
flexmojos3.6.1 | FlexMojos 3.6.1 example, FlexSDK 3.x | |
flexmojos4.0 | FlexMojos 4.0 example, FlexSDK 4.x | |
flexunit4.1 | FlexUnit 4.1 example | |
mockito-flex | Mockito-Flex example | |
coverage | Code Coverage example | |
asdoc | AsDoc example |
- Flex-Mojos (Pre-Apache Flex)
- Flex-Mojos (Post-Apache Flex)
- Flex-Mojos Introduction
- Mockito-Flex
- AsDoc
- Using Flex-Mojos with IntelliJ IDEA
- Manfred Endres
- Hays Clark