aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
Commit message (Collapse)AuthorAgeFilesLines
* travis, appveyor: bump Go to 1.9 stablePéter Szilágyi2017-08-281-2/+2
|
* tests: update tests and implement general state tests (#14734)Felix Lange2017-07-111-0/+1
| | | | | | | | | | | | | | Tests are now included as a submodule. This should make updating easier and removes ~60MB of JSON data from the working copy. State tests are replaced by General State Tests, which run the same test with multiple fork configurations. With the new test runner, consensus tests are run as subtests by walking json files. Many hex issues have been fixed upstream since the last update and most custom parsing code is replaced by existing JSON hex types. Tests can now be marked as 'expected failures', ensuring that fixes for those tests will trigger an update to test configuration. The new test runner also supports parallel execution and the -short flag.
* travis, appveyor: bump to Go 1.8.3, Android NDK 14bPéter Szilágyi2017-05-251-2/+2
|
* travis, appveyor: update to Go 1.8.1Péter Szilágyi2017-04-091-2/+2
|
* build: always run go vetFelix Lange2017-03-241-1/+1
| | | | | This ensures 'make test' finds all errors that remote CI would find. Go 1.7 vet reports a false positive in package log, add a workaround.
* travis, appveyor: update builders to Go 1.8Péter Szilágyi2017-02-201-2/+2
|
* travis, appveyor: build with Go 1.7.4Péter Szilágyi2016-12-141-2/+2
|
* appveyor: use native 32bit goFelix Lange2016-11-211-6/+5
| | | | | This simplifies the build and should speed it up a bit because the standard library doesn't need to be cross compiled on the 32bit builder.
* build: NSIS based Windows installer (#3240)Péter Szilágyi2016-11-091-8/+9
| | | | This commit adds support for creating Windows installers to ci.go
* appveyor: build 386 too, upload both to the gethstorePéter Szilágyi2016-11-071-17/+23
|
* appveyor.yml: don't install Go and MinGW, they're already there (#2813)Felix Lange2016-07-141-11/+13
|
* build: add ci.go, use it everywhereFelix Lange2016-06-221-0/+31
The new build script, ci.go, replaces some of the older shell scripts. ci.go can compile go-ethereum, run the tests, create release archives and debian source packages.