mirror of
https://github.com/neovim/neovim.git
synced 2026-07-21 00:21:38 +00:00
docs: misc
Close #36441 Close #36631 Close #36656 Co-authored-by: Maria José Solano <majosolano99@gmail.com> Co-authored-by: glepnir <glephunter@gmail.com> Co-authored-by: "Mike J. McGuirk" <mike.j.mcguirk@gmail.com>
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -21,8 +21,8 @@ env:
|
||||
INSTALL_PREFIX: ${{ github.workspace }}/nvim-install
|
||||
|
||||
jobs:
|
||||
# Test the minimum supported cmake.
|
||||
old-cmake:
|
||||
name: Minimum cmake
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 15
|
||||
env:
|
||||
@@ -54,8 +54,8 @@ jobs:
|
||||
- name: Install
|
||||
run: make install
|
||||
|
||||
# Offline build (USE_EXISTING_SRC_DIR=ON with no network access)
|
||||
use-existing-src:
|
||||
name: Offline build (USE_EXISTING_SRC_DIR=ON with no network access)
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
|
||||
4
.github/workflows/build_dummy.yml
vendored
4
.github/workflows/build_dummy.yml
vendored
@@ -19,15 +19,15 @@ concurrency:
|
||||
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
|
||||
|
||||
jobs:
|
||||
# Test the minimum supported cmake.
|
||||
old-cmake:
|
||||
name: Test oldest supported cmake
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 15
|
||||
steps:
|
||||
- run: echo "success"
|
||||
|
||||
# Offline build (USE_EXISTING_SRC_DIR=ON with no network access)
|
||||
use-existing-src:
|
||||
name: Test USE_EXISTING_SRC_DIR=ON builds with no network access
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo "success"
|
||||
|
||||
Reference in New Issue
Block a user