Jan Edmund Lazo
57ff96be8e
CI/AppVeyor: fix MSBuild hack for functional tests
...
PR #9087 changed the error string by removing 'Running', breaking the
MSBuild hack detecting failure for functional tests. If stdout or stderr
has a line with 'functional tests failed with error', fail the build.
2018-10-22 01:28:02 +02:00
Justin M. Keyes
9fe8e3cb2f
CI/AppVeyor: Disable gcov build for PRs
...
Currently the "gcov" build always fails on AppVeyor. It makes the builds
very slow, so disable it for PRs until the problem is fixed.
closes #8911
closes #8912
2018-09-04 21:19:30 +02:00
Jan Edmund Lazo
f274b84e1e
test: give more time for nodejs
...
Link neovim package to project root directory.
Increase delay to 3 seconds.
Reduce the total lines in temporary node scripts.
2018-06-04 19:42:28 -04:00
Jan Edmund Lazo
51b9d85bb4
ci/win: redirect stderr to fix mingw build
2018-04-13 13:42:12 -04:00
Jan Edmund Lazo
ad30907814
Revert "ci/win: don't use lastexitcode hack on mingw build"
...
This reverts commit bc43d2559f
.
stderr redirection should make the workaround work for mingw builds.
2018-04-13 13:38:31 -04:00
Jan Edmund Lazo
bc43d2559f
ci/win: don't use lastexitcode hack on mingw build
...
The heck is for MSVC builds to workaround msbuild error detection for cmake.
2018-04-12 02:39:25 -04:00
Jan Edmund Lazo
979569356f
ci/win: prefer msys find.exe
...
runnvim.sh depends on it for file glob patterns.
2018-04-12 02:19:03 -04:00
Justin M. Keyes
c8fd7ce08b
ci/AppVeyor: cover MinGW and MSVC in PRs ( #8206 )
2018-03-30 21:54:39 +02:00
Justin M. Keyes
bbca3142e8
ci/AppVeyor: build MinGW only on master branch ( #8193 )
...
Else the build takes too long.
2018-03-29 09:17:44 +02:00
b-r-o-c-k
c7caca60b9
ci/AppVeyor: Remove gperf from downloaded MSYS2 packages
2018-03-26 10:54:44 -05:00
b-r-o-c-k
cffdc1da02
ci/AppVeyor: Remove Git Unix utilities from the PATH
2018-03-26 10:54:44 -05:00
b-r-o-c-k
afe6b4881f
build/msvc: Add workaround for false positive exit code from MSBuild
...
See https://cmake.org/pipermail/cmake-developers/2015-October/026775.html
2018-03-26 10:54:44 -05:00
b-r-o-c-k
e24e98534b
ci/AppVeyor: use PowerShell ( #8124 )
2018-03-11 23:44:07 +01:00