aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Create bytecode for all tests and push to remote repo.chriseth2017-03-231-0/+5
|
* Use "nightly" version string for all CI built binaries.chriseth2017-03-231-0/+2
|
* Move docker build to its own script.chriseth2017-03-171-6/+1
|
* Create temporary docker image.chriseth2017-03-171-3/+3
|
* Publish soljson and alpine static build on github release page.chriseth2017-03-171-5/+7
|
* Use version 6chriseth2017-02-141-2/+2
|
* Install nvmchriseth2017-02-141-0/+2
|
* Try different nodejs version request formatting.chriseth2017-02-131-1/+2
|
* should fix all the emscripten errors and problems associated with itRJ Catalano2017-02-121-1/+1
| | | | Signed-off-by: RJ Catalano <rj@monax.io>
* Fix macOS buildsAlex Beregszaszi2017-02-121-5/+9
|
* Run every travis script in a subshellAlex Beregszaszi2017-02-121-12/+12
|
* edit the documentation for the travis fileRJ Catalano2017-02-101-3/+4
| | | | Signed-off-by: RJ Catalano <rj@monax.io>
* reorganize travisRJ Catalano2017-02-101-35/+50
| | | | Signed-off-by: RJ Catalano <rj@monax.io>
* Use nodejs 6chriseth2017-02-091-1/+1
|
* Require node.js >= 5Alex Beregszaszi2017-02-071-2/+2
|
* implement a build scriptRJ Catalano2017-02-031-5/+1
| | | | Signed-off-by: RJ Catalano <rj@monax.io>
* Travis CI: Install latest CMakePaweł Bylica2017-01-121-0/+2
|
* Create source tarballs for releases.chriseth2017-01-041-36/+15
|
* Require stable nodejs for deployment.chriseth2017-01-031-0/+1
|
* Fix licensing headersVoR02202016-11-231-5/+5
| | | | Signed-off-by: VoR0220 <rj@erisindustries.com>
* Drop CryptoPP leftoversPaweł Bylica2016-11-081-1/+0
| | | | Especially, do not compile CryptoPP for Emscripten.
* Build jsoncpp from source using jsoncpp.cmake scriptPaweł Bylica2016-10-211-2/+1
|
* Disable macos for now.chriseth2016-10-051-4/+5
|
* Also publish from release branch.chriseth2016-09-181-1/+3
|
* Merge pull request #941 from chriseth/versionStringBob Summerwill2016-08-271-0/+2
|\ | | | | Version string
| * Store commit hash and handle prerelease vor all automation tools.chriseth2016-08-261-0/+2
| |
* | Restore OS X Mavericks builds in TravisCI.Bob Summerwill2016-08-271-4/+4
|/ | | | | Their stability issues have apparently been resolved, and the backlog is caught up. We will just add one Mac SKU for now, and take it from there.
* Disable macos.chriseth2016-08-261-31/+39
|
* Confirmed that ZIPs work for Solidity.Bob Summerwill2016-08-161-1/+1
| | | | Switching whitelisting back to 'release' branch for TravisCI and Appveyor.
* Flipped solidity whitelisting to develop, to check ZIP workflow is OK.Bob Summerwill2016-08-161-1/+1
|
* We DO need to run install deps for docs target.Bob Summerwill2016-08-151-1/+0
|
* Flipped to !on expressions and added whitespace.Bob Summerwill2016-08-151-6/+6
|
* Disabled unit-test runs for Yosemite, El Capitan and Sierra.Bob Summerwill2016-08-151-25/+61
| | | | | Added more comments. Using simple variables for enabling/disabling tests, which has simplified all the conditionals.
* Flip whitelisting to release branch.Bob Summerwill2016-08-121-1/+1
|
* Flipped back to whitelisting develop, and attempting to fix conditional.Bob Summerwill2016-08-121-2/+2
|
* Switched whitelisting to 'release' branch for Appveyor and TravisCI.Bob Summerwill2016-08-121-1/+1
| | | | | Disabled auto-tagging. We will create our own tags manually now, and for the release branch, this act should auto-generate ZIPs.
* Do not run attempt to publish ZIPs for docs or emscripten flows.Bob Summerwill2016-08-121-0/+1
|
* Publish releases for develop branch.chriseth2016-08-121-1/+1
|
* New publish key.chriseth2016-08-121-1/+1
|
* Added a lot of comments to the TravisCI ZIP release section, for Christian's ↵Bob Summerwill2016-08-121-1/+39
| | | | benefit.
* Re-add the ZIP release flow for Solidity.Bob Summerwill2016-08-111-28/+23
| | | | | | It is all within conditionals such that it only works for 'release'. Just want to start on getting it re-enabled. Also disabled the Appveyor cache, because it is unreliable.
* Added xcode8 support to TravisCIBob Summerwill2016-08-061-0/+7
| | | | This TravisCI profile will be the basis of macOS Sierra support.
* Change deploy key.chriseth2016-08-031-1/+1
|
* Install dependencies for docs.chriseth2016-08-021-1/+1
|
* Only install deps for default job.chriseth2016-08-021-1/+3
|
* Parallel builds for emscripten and docs.chriseth2016-08-021-8/+19
|
* Constraint Emscripten publish step to Ubuntu runs.Bob Summerwill2016-08-021-17/+25
| | | | | More detailed comments for public step and for unit-test retry logic. Reordered caching steps alphabetically.
* Build emscripten in build-emscripten to separate cache.chriseth2016-08-021-6/+1
|
* Cache.chriseth2016-08-021-0/+1
|
* Cache.chriseth2016-08-011-0/+9
|
* Run the tests only three times.chriseth2016-08-011-8/+2
|
* Enable the Emscripten release flow.Bob Summerwill2016-08-011-8/+8
| | | | | Now that the standalone changes are committed to develop we need to "flush the pipe". When it is working we can disable the webthree-umbrella original.
* Make the Solidity repository standalone.Bob Summerwill2016-08-011-5/+115
| | | | | | | | | | | | | | | | | | | | This commit is the culmination of several months of work to decouple Solidity from the webthree-umbrella so that it can be developed in parallel with cpp-ethereum (the Ethereum C++ runtime) and so that even for the Solidity unit-tests there is no hard-dependency onto the C++ runtime. The Tests-over-IPC refactoring was a major step in the same process which was already committed. This commit contains the following changes: - A subset of the CMake functionality in webthree-helpers was extracted and tailored for Solidity into ./cmake. Further cleanup is certainly possible. - A subset of the libdevcore functionality in libweb3core was extracted and tailored for Solidity into ./libdevcore. Further cleanup is certainly possible - The gas price constants in EVMSchedule were orphaned into libevmasm. - Some other refactorings and cleanups were made to sever unnecessary EVM dependencies in the Solidity unit-tests. - TravisCI and Appveyor support was added, covering builds and running of the unit-tests (Linux and macOS only for now) - A bug-fix was made to get the Tests-over-IPC running on macOS. - There are still reliability issues in the unit-tests, which need immediate attention. The Travis build has been flipped to run the unit-tests 5 times, to try to flush these out. - The Emscripten automation which was previously in webthree-umbrella was merged into the TravisCI automation here. - The development ZIP deployment step has been commented out, but we will want to read that ONLY for release branch. Further iteration on these changes will definitely be needed, but I feel these have got to sufficient maturity than holding them back further isn't winning us anything. It is go time :-)
* Use travis for tests, too.chriseth2016-06-261-11/+15
|
* Use travis to check documentation.chriseth2016-05-191-0/+11