Commit graph

138 commits

Author SHA1 Message Date
etienne-napoleone
fa251bc920
update .travis.yml Change release to compile without the karalabe/xgo-latest image 2018-09-26 15:01:31 +07:00
etienne-napoleone
c1c8ed6a55
add testnet release channel 2018-09-17 17:16:40 +07:00
etienne-napoleone
dd7e38ca93
add node docker image 2018-09-12 18:53:06 +07:00
etienne-napoleone
ecf29b3e60
update .travis.yml
fix release conditions
2018-08-21 16:20:30 +07:00
etienne-napoleone
9d78bda4c5
update .travis.yml
fix the release conditions
2018-08-21 10:21:03 +07:00
Tuna
bdb7a8c8d3
Merge pull request #103 from ngtuna/makefile
clean up Makefile
2018-07-31 17:41:14 +07:00
Etienne Napoleone
285f0cbaf1
Hotfix travis conditions
Should use tag IS blank and not tag = false
2018-07-31 17:09:36 +07:00
etienne-napoleone
3d894ed250
Fix .travis.yml 2018-07-31 16:48:05 +07:00
Tuna
813c3eb01c tiny improve on travis 2018-07-31 14:49:34 +07:00
etienne-napoleone
5db0e81b20
Fix duplicated deploy key 2018-07-27 10:57:21 +07:00
etienne-napoleone
fa9fad23fe
Update .travis.yml
Add missing check for same repo origin when deploying
2018-07-26 18:45:54 +07:00
etienne-napoleone
68b027e1b3
Update .travis.yml
Rename stages
2018-07-26 11:18:00 +07:00
etienne-napoleone
f1a84d921f
Update .travis.yml
Rename the released binary
2018-07-26 11:12:20 +07:00
etienne-napoleone
26afc88c9c
Add Github token and fix conditions 2018-07-26 11:12:20 +07:00
etienne-napoleone
cb6cb53bfc
Fix wrong conditions 2018-07-26 11:12:20 +07:00
etienne-napoleone
99920424c9
Fix typo in travis.yml
Tag condition is plural
2018-07-26 11:12:19 +07:00
etienne-napoleone
95c68ffa99
Refactor docker push script 2018-07-26 11:12:19 +07:00
etienne-napoleone
07a4c33033
Docker tagging options + Docker release tagging 2018-07-26 11:12:19 +07:00
etienne-napoleone
2ab1821635
Removed from pipeline
No need to auto build it as it's not changing
2018-07-25 15:38:40 +07:00
etienne-napoleone
0d6c8898eb
Add new pipeline for bootnode binary 2018-07-23 14:57:59 +07:00
etienne-napoleone
49a69c52e1 Change to second methode 2018-06-27 19:08:17 +07:00
etienne-napoleone
6c814dca04 Update .travis.yml
Change stage order and fix timeout on coverage test
2018-06-27 18:18:52 +07:00
etienne-napoleone
bd601263e9 Update .travis.yml
Removed useless env var
2018-06-25 15:58:22 +07:00
etienne-napoleone
41ec32afdd Update .travis.yml
macOS not needed
2018-06-25 15:55:51 +07:00
etienne-napoleone
bb412a5332 Update .travis.yml
Restore notifications
2018-06-25 14:10:31 +07:00
etienne-napoleone
281320f4e9 Update .travis.yml Only run deploy stage when it's a push (not on PR) 2018-06-25 14:03:53 +07:00
etienne-napoleone
6a067abe00 Update .travis.yml
Cleanup sudo
2018-06-25 13:45:08 +07:00
etienne-napoleone
e7379653db Update .travis.yml
Updated to use the tomochain/tomochain image
2018-06-25 13:38:38 +07:00
etienne-napoleone
915301198e Update .travis.yml
Updated build stage name
2018-06-25 11:52:17 +07:00
etienne-napoleone
f3c626e2e4 Update .travis.yml and docker_push.sh
Tag images before pushing
2018-06-25 11:29:03 +07:00
etienne-napoleone
5259e9cc91 Update .travis.yml and cleanup 2018-06-25 10:51:47 +07:00
etienne-napoleone
82e114c5f7 Update .travis.yml
Don't build on docker image on each stages
2018-06-25 10:16:03 +07:00
etienne-napoleone
1a5b166352 Test Travis 2018-06-25 09:54:16 +07:00
Nguyen Sy Thanh Son
7ad8b48b39 osx now support cask 2018-06-14 03:45:15 +00:00
Tuna
6fe8faa2e9 add notification to slack 2018-04-09 16:54:47 +07:00
Tuna
6e4209f879 remove Azure uploader 2018-04-09 16:48:43 +07:00
Péter Szilágyi
1203c6a237
crypto/bn256: full switchover to cloudflare's code (#16301)
* crypto/bn256: full switchover to cloudflare's code

* crypto/bn256: only use cloudflare for optimized architectures

* crypto/bn256: upstream fallback for non-optimized code

* .travis, build: drop support for Go 1.8 (need type aliases)

* crypto/bn256/cloudflare: enable curve mul lattice optimization
2018-03-20 01:13:54 +09:00
Péter Szilágyi
669aba8e2c
travis, Dockerfile, appveyor, build: bump to Go 1.10 2018-03-08 16:34:26 +02:00
Péter Szilágyi
17b0e226d3
travis, build, consensus: drop support for Go 1.7 2018-02-27 18:25:56 +02:00
Felix Lange
88f2839da4 travis.yml: work around Go 1.9.4 issue (#16082)
* travis.yml: work around Go 1.9.4 issue

* travis: workaround the workaround
2018-02-13 19:32:20 +02:00
Jean-André Santoni
023769d9d4 travis.yml: remove alias for 'cd' to avoid hang on macOS (#15849)
This works around travis-ci/travis-ci#8703.
2018-01-11 16:02:01 +01:00
Péter Szilágyi
3e0113fff4 build: set CC through a command-line flag (#15784)
This avoids setting CC for the go run invocation, which fails on go1.10.
2018-01-02 11:40:56 +01:00
Felix Lange
b5874273ce
travis.yml: avoid submodules on builders without tests (#15620)
Also remove installation steps for fuse and golang.org/x/tools/cmd/cover 
because they're not required anymore.
2017-12-07 15:49:35 +01:00
Péter Szilágyi
09b347fec9
travis: bump Android NDK version and Android Go builder 2017-11-09 14:32:05 +02:00
Dan Melton
d7f2462e8f build: add Travis job to lint Go code #15372 (#15416)
* build: [finishes #15372] implements generalized linter and travis job

* .travis, build: minor polishes, disable deadcode
2017-11-09 12:46:03 +02:00
Davor Kapsa
dc17fa6b18 travis.yml: update go versions (#15154) 2017-09-18 23:07:02 +02:00
Péter Szilágyi
a4df80f47f
travis, appveyor: bump Go to 1.9 stable 2017-08-28 11:15:29 +03:00
Felix Lange
f2c5b2cc1c travis.yml: add fakeroot to launchpad builder 2017-06-22 22:21:59 +02:00
Péter Szilágyi
6231edcbab
travis, appveyor: bump to Go 1.8.3, Android NDK 14b 2017-05-25 17:05:33 +03:00
Péter Szilágyi
dddebe469b
travis: adapt build script to new travis VM settings 2017-05-08 11:22:08 +03:00