Patch 8.2.1887
Problem: Github actions not optimally configured.
Solution: Run CI on any pushed branches. Set fail-fast. (Ozaki Kiichi,
closes #7184)
Files: .github/workflows/ci-windows.yaml
*** ../vim-8.2.1886/.github/workflows/ci-windows.yaml 2020-10-10
22:34:32.582802879 +0200
--- .github/workflows/ci-windows.yaml 2020-10-22 17:31:24.893427236 +0200
***************
*** 3,9 ****
on:
push:
branches:
! - '*'
pull_request:
env:
--- 3,9 ----
on:
push:
branches:
! - '**'
pull_request:
env:
***************
*** 39,44 ****
--- 39,45 ----
runs-on: windows-latest
strategy:
+ fail-fast: false
matrix:
toolchain: [msvc, mingw]
arch: [x64, x86]
*** ../vim-8.2.1886/src/version.c 2020-10-22 13:44:49.922509593 +0200
--- src/version.c 2020-10-22 17:32:59.669122847 +0200
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 1887,
/**/
--
In a world without walls and borders, who needs windows and gates?
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/202010221538.09MFcC49385057%40masaka.moolenaar.net.