Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
kemsky committed Nov 9, 2015
1 parent 1af0f06 commit 3e2288c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
language: objective-c
before_script:
- export "JAVA_HOME=`/usr/libexec/java_home`"
- export "JVMARGS=-Dtag.name='$TRAVIS_TAG' -DflashPlayer.command='Flash Player Debugger.app/Contents/MacOS/Flash Player Debugger'"
- export "DOWNLOAD_URL=http://download.macromedia.com/pub/flashplayer/installers/archive/fp_11.7.700.225_archive.zip"
- sh download.sh $DOWNLOAD_URL
script:
- mvn package $JVMARGS
- mvn package -Dtag.name="$TRAVIS_TAG" -DflashPlayer.command=Flash\ Player\ Debugger.app/Contents/MacOS/Flash\ Player\ Debugger
after_success:
- cp target/stream-1.0.0.swc target/site/stream.swc
- mvn flexmojos:asdoc-report $JVMARGS
- mvn flexmojos:coverage-report $JVMARGS
- mvn flexmojos:asdoc-report -Dtag.name="$TRAVIS_TAG" -DflashPlayer.command=Flash\ Player\ Debugger.app/Contents/MacOS/Flash\ Player\ Debugger
- mvn flexmojos:coverage-report -Dtag.name="$TRAVIS_TAG" -DflashPlayer.command=Flash\ Player\ Debugger.app/Contents/MacOS/Flash\ Player\ Debugger
- pushd .
- cd target/site
- mv asdoc docs
Expand Down

0 comments on commit 3e2288c

Please sign in to comment.