aboutsummaryrefslogtreecommitdiff
path: root/build.sh
Commit message (Collapse)AuthorAgeFilesLines
* Support tag driven publishingJason Zaugg2014-12-181-4/+0
| | | | | | | | | | | | | | | | | I started with: https://github.com/scala/scala-swing/commit/a6a8e1d77e#diff-3acefdae08499733e855dd23e1af933dR8 And: - modified the regex that derives the version from the tag to handle the fact we have the scala binary version appended to our tags - Removed unnessary cross building with Scala 2.11 (as this is on the 2.10.x branch) - generated a key pair for the async repository - added passphrase for that key, and sonatype credentials, to sensitive.sbt - encrypted the secrets with the travis key.
* Fix bash build scriptphaller2012-11-071-1/+1
|
* Fix for #1861: Add fall-back to CPS for all unsupported uses of awaitphaller2012-11-021-1/+1
|
* Replace splicing of local ValDefs with explicit treesphaller2012-10-311-1/+1
| | | | | | Other changes: - Move class ExprBuilder to its own source file - Adapt build script
* Clean up build and test scriptsphaller2012-10-301-0/+1
|
* Tweak build and test scriptsphaller2012-10-291-4/+0
|
* Remove missing file from build scriptphaller2012-09-111-1/+1
|
* Add scripts for building and testingphaller2012-09-111-0/+7