Commit Graph

22 Commits

Author SHA1 Message Date
Qi Xiao
0c9014114e Allow codecov upload to fail.
Codecov's API endpoint is sometimes unstable. The CI should not fail when the
upload fails.
2020-07-05 19:18:57 +01:00
Qi Xiao
d8927f1848 .appveyor.yml: Reintroduce an install script.
See code comment for details.
2020-04-05 23:30:55 +01:00
Qi Xiao
91d864448a .appveyor.yml: Use the documented way to disable the build phase. 2020-04-05 22:28:41 +01:00
Qi Xiao
6eafe93d6e .appveyor.yml: Experiment with an empty build script. 2020-04-05 22:27:31 +01:00
Qi Xiao
17b03f84af .appveyor.yml: Really remove the install phase this time. 2020-04-05 22:26:55 +01:00
Qi Xiao
864666f99d .appveyor.yml: Add a dummy build command.
Also remove the install script and move the "go version" command to before_test.
2020-04-05 22:25:03 +01:00
Qi Xiao
b1f4eccb5c .appveyor.yml: Add empty build script. 2020-04-05 22:24:08 +01:00
Qi Xiao
8556662415 .appveyor: Upload coverage as part of test_script.
This makes sure that test coverages from PRs are also uploaded.
2020-04-05 22:22:09 +01:00
Qi Xiao
bcd170d55d .appveyor.yml: Remove use of deleted make rule, and remove debug info. 2020-04-03 23:33:56 +01:00
Qi Xiao
770fd8e6c4 Scale all test timeouts with $ELVISH_TEST_TIME_SCALE. 2020-04-03 22:12:20 +01:00
Qi Xiao
59a99c8eb3 .appveyor.yml: Raise UI timeout to 10 seconds. 2019-11-25 23:36:22 +00:00
Qi Xiao
fd0df02a50 Raise UI timeout on AppVeyor to 5s. 2019-11-16 21:22:09 +00:00
Qi Xiao
9eff81e3d7 Only upload to coveralls on Travis CI on Linux.
Coveralls requires the use of the parallel builds API to deal with multiple
updates correctly, which is just too much trouble.
2019-11-05 01:21:28 +01:00
Qi Xiao
3f468fa194 Fix coverage upload for real. 2019-11-05 01:13:59 +01:00
Qi Xiao
27ea1dace5 .appveyor.yml: Re-enable coverage uploading. 2019-11-05 00:13:22 +01:00
Qi Xiao
16d0bd37f9
Build branches on appveyor, and skip coverage tools. 2019-11-04 01:42:29 +01:00
Qi Xiao
fc1747e035 Disable coverage upload on AppVeyor. 2018-09-21 00:41:53 +01:00
Qi Xiao
4dd0682e09 Separate test and deploy stages on AppVeyor. 2018-09-14 13:36:39 +01:00
Qi Xiao
1f27c5e878 Re-enable sending coverage to coveralls. 2017-12-26 02:34:27 +00:00
Qi Xiao
e2c1cda7b5 Try to use msys2's utils from AppVeyor 2017-12-21 20:00:45 +00:00
Qi Xiao
71775b750e Send coverage from AppVeyor. 2017-12-21 19:58:25 +00:00
Qi Xiao
254c47fdee
Add config for AppVeyor. 2017-12-04 12:17:50 +00:00