Skip to content
This repository has been archived by the owner on Dec 8, 2019. It is now read-only.

Buildscript for compiling and running tests #2

Open
karfau opened this issue Feb 2, 2014 · 1 comment
Open

Buildscript for compiling and running tests #2

karfau opened this issue Feb 2, 2014 · 1 comment

Comments

@karfau
Copy link
Owner

karfau commented Feb 2, 2014

My personal favorite is gradle but actually anything that can be run on any CI system would be great.

About dependencies:
At the moment locally I have one project in IntelliJ IDEA with a module for each dependency:
https://github.com/apache/flex-flexunit (currently only FlexUnit4)
https://github.com/drewbourne/hamcrest-as3
https://github.com/ThomasBurleson/promise-as3 (the reason to use this fork)

The latests builds of those dependecies are commited to libs

I'm currently compiling everything with the FlexSDK 4.6.0.23201B (the latest from adobe) and running the tests with flashplayer 11 (doesn't work with 10).

I will gladly share my settings on how to compile everything or dicuss improvements on project structure here.

@karfau
Copy link
Owner Author

karfau commented Feb 3, 2014

I created a fork of those dependencies that I have made changes to:
https://github.com/karfau/flex-flexunit/tree/develop :
the buildscript there works really great, that way updating this dependency should not be a problem
https://github.com/karfau/promise-as3
for the scope of this project I only inculde the src folder into the compiled lib and compile it for "ActionScript only"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant