summaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* patch 9.0.0305: CI lists useless deprecation warningsv9.0.0305Philip H2022-08-281-1/+1
| | | | | Problem: CI lists useless deprecation warnings. Solution: Ignore deprecation warnings. (closes #11003)
* patch 9.0.0302: CI for Coverity is bothered by deprecation warningsv9.0.0302Philip H2022-08-281-0/+1
| | | | | Problem: CI for Coverity is bothered by deprecation warnings. Solution: Ignore deprecation warnings. (closes #11002)
* patch 9.0.0277: Coverity CI: update-alternatives not needed with Ubuntu 20.04v9.0.0277Philip H2022-08-261-6/+0
| | | | | Problem: Coverity CI: update-alternatives not needed with Ubuntu 20.04. Solution: Remove update-alternatives for Lua. (closes #10987)
* patch 9.0.0267: Coverity workflow still uses Ubuntu 18.04v9.0.0267Philip H2022-08-251-1/+1
| | | | | Problem: Coverity workflow still uses Ubuntu 18.04. Solution: Use Ubuntu 20.04
* patch 9.0.0264: CI still runs on Ubuntu 18.04v9.0.0264Philip H2022-08-251-7/+2
| | | | | Problem: CI still runs on Ubuntu 18.04. Solution: Run CI on Ubuntu 20.04. (closes #10582)
* Update runtime filesBram Moolenaar2022-08-081-0/+2
|
* Update runtime filesBram Moolenaar2022-08-011-0/+3
|
* Update runtime filesBram Moolenaar2022-07-251-0/+7
|
* Update runtime filesBram Moolenaar2022-07-011-0/+3
|
* Update runtime filesBram Moolenaar2022-06-271-1/+90
|
* patch 8.2.5119: CI uses cache v2v8.2.5119Philip H2022-06-171-2/+2
| | | | | Problem: CI uses cache v2. Solution: Use cache v3. (closes #10588)
* Update runtime filesBram Moolenaar2022-06-171-0/+3
|
* Update runtime filesBram Moolenaar2022-06-141-0/+17
|
* patch 8.2.5086: CI runs on Windows 2019v8.2.5086Philip H2022-06-141-3/+11
| | | | | Problem: CI runs on Windows 2019. Solution: Switch to Windows 2022.
* Update runtime filesBram Moolenaar2022-06-031-0/+8
|
* patch 8.2.5052: CI checkout step title is a bit crypticv8.2.5052Philip H2022-06-013-5/+9
| | | | | Problem: CI checkout step title is a bit cryptic. Solution: Add a better title. (closes #10509)
* Update runtime files.Bram Moolenaar2022-05-211-1/+8
|
* patch 8.2.4986: some github actions are outdatedv8.2.4986Philip H2022-05-203-8/+8
| | | | | Problem: Some github actions are outdated. Solution: Update CodeQl to v2, update checkout to v3. (closes #10450)
* Update runtime files, new color schemesBram Moolenaar2022-05-141-0/+19
|
* Update runtime filesBram Moolenaar2022-05-071-0/+3
|
* patch 8.2.4856: MinGW compiler complains about unknown escape sequencev8.2.4856Christian Brabandt2022-05-021-1/+3
| | | | | | Problem: MinGW compiler complains about unknown escape sequence. Solution: Avoid using a backslash in path. (Christian Brabandt, closes #10337)
* patch 8.2.4816: still using older codecov app in some places of CIv8.2.4816Philip H2022-04-241-3/+3
| | | | | Problem: Still using older codecov app in some places of CI. Solution: Use v3.1.0. (closes #10209)
* patch 8.2.4768: CI: codecov upload sometimes does not workv8.2.4768Philip H2022-04-161-1/+1
| | | | | Problem: CI: codecov upload sometimes does not work. Solution: Use action v3 instead of v2. (closes #10209)
* patch 8.2.4764: CI uses an older gcc versionv8.2.4764Philip H2022-04-161-1/+10
| | | | | Problem: CI uses an older gcc version. Solution: Use GCC 11. (closes #10185)
* patch 8.2.4743: clang 14 is available on CIv8.2.4743Philip H2022-04-121-7/+7
| | | | | Problem: Clang 14 is available on CI. Solution: Switch from clang 13 to 14. (closes #10157)
* patch 8.2.4433: CI: cannot see interface versions for MS-Windowsv8.2.4433K.Takata2022-02-211-1/+5
| | | | | Problem: CI: cannot see interface versions for MS-Windows. Solution: List the interface versions. (Ken Takata, closes #9811)
* patch 8.2.4377: CI steps for Windows are a bit unorganizedv8.2.4377ichizok2022-02-141-31/+35
| | | | | Problem: CI steps for Windows are a bit unorganized. Solution: Organize CI test steps on Windows. (Ozaki Kiichi, closes #9764)
* patch 8.2.4353: CI does not use the latest Lua and Pythonv8.2.4353Philip H2022-02-121-3/+3
| | | | | Problem: CI does not use the latest Lua and Python. Solution: Use Lua 5.4.2 and Python 3.10. (closes #9744)
* patch 8.2.4351: no coverage is measured on MS-Windows CIv8.2.4351ichizok2022-02-121-6/+38
| | | | | Problem: No coverage is measured on MS-Windows CI. Solution: Enable coverage on MS-Windows. (Ozaki Kiichi, closes #9750)
* patch 8.2.4342: CI will soon switch to other windows versionv8.2.4342ichizok2022-02-111-1/+1
| | | | | | Problem: CI will soon switch to other windows version. Solution: Use "windows-2019" instead of "windows-latest". (Ozaki Kiichi, closes #9740)
* patch 8.2.4268: CI log output is longv8.2.4268ichizok2022-01-311-3/+6
| | | | | Problem: CI log output is long. Solution: Group output in sections. (Ozaki Kiichi, closes #9670)
* Update runtime filesBram Moolenaar2022-01-291-0/+6
|
* patch 8.2.4222: MS-Windows: clumsy way to suppress progress on CIv8.2.4222K.Takata2022-01-261-4/+2
| | | | | Problem: MS-Windows: clumsy way to suppress progress on CI. Solution: Check for "$CI" in the Makefile itself. (Ken Takata, closes #9631)
* patch 8.2.4096: Linux CI: unnecessarily installing packagesv8.2.4096ichizok2022-01-151-14/+20
| | | | | | Problem: Linux CI: unnecessarily installing packages Solution: Only install packages for huge build. (Ozaki Kiichi, closes #9530)
* patch 8.2.4092: MacOS CI: unnecessarily doing "Install packages"v8.2.4092ichizok2022-01-141-0/+1
| | | | | | Problem: MacOS CI: unnecessarily doing "Install packages". Solution: Only do "Install packages" for huge build. (Ozaki Kiichi, closes #9521)
* patch 8.2.4061: codecov bash script is deprecatedv8.2.4061ichizok2022-01-111-27/+33
| | | | | Problem: Codecov bash script is deprecated. Solution: Use the codecov action. (Ozaki Kiichi, closes #9505)
* patch 8.2.3891: github CI: workflows may overlapv8.2.3891Yegappan Lakshmanan2021-12-252-0/+14
| | | | | | Problem: Github CI: workflows may overlap. Solution: Cancel previous workflows when starting a new one. (Yegappan Lakshmanan, closes #9400)
* patch 8.2.3827: huntr badge does not really fit in the listv8.2.3827Bram Moolenaar2021-12-161-0/+5
| | | | | Problem: Huntr badge does not really fit in the list. Solution: Move the link to Huntr to the issue template.
* Update runtime filesBram Moolenaar2021-12-161-0/+3
|
* patch 8.2.3821: ASAN test run failsv8.2.3821Bram Moolenaar2021-12-151-1/+1
| | | | | Problem: ASAN test run fails. Solution: Use asan_symbolize-13 instead of asan_symbolize-11.
* Use text area for environment in the bug template.Bram Moolenaar2021-12-121-5/+10
|
* Update issue template.Bram Moolenaar2021-12-121-2/+2
|
* patch 8.2.3785: running CI on MacOS with gcc is not usefulv8.2.3785ichizok2021-12-111-3/+4
| | | | | | Problem: Running CI on MacOS with gcc is not useful. Solution: Only use clang. (Ozaki Kiichi, closes #9326) Also build with normal features.
* patch 8.2.3770: new compiler warnings from clang-12 and clang-13v8.2.3770ichizok2021-12-091-6/+14
| | | | | Problem: New compiler warnings from clang-12 and clang-13. Solution: Adjust CI and suppress some warnings. (Ozaki Kiichi, closes #9314)
* Update runtime filesBram Moolenaar2021-11-211-0/+2
|
* Update runtime filesBram Moolenaar2021-11-161-0/+3
|
* Update runtime filesBram Moolenaar2021-11-071-0/+3
|
* Update runtime filesBram Moolenaar2021-10-231-0/+1
|
* Update runtime filesBram Moolenaar2021-10-161-0/+6
|
* patch 8.2.3500: Github CI fails to install clangv8.2.3500Christian Brabandt2021-10-121-1/+1
| | | | | Problem: Github CI fails to install clang. Solution: Install llvm-11 explicitly. (Christian Brabandt, closes #8993)