neovim/ci
Justin M. Keyes f05a2891d3 build: rename build-related dirs
Problem:
Dirs "config", "packaging", and "third-party" are all closely related
but this is not obvious from the layout. This adds friction for new
contributors.

Solution:
- rename config/ to cmake.config/
- rename test/config/ to test/cmakeconfig/ because it is used in Lua
  tests: require('test.cmakeconfig.paths').
- rename packaging/ to cmake.packaging/
- rename third-party/ to cmake.deps/ (parallel with .deps/)
2022-06-28 04:02:29 -07:00
..
common build: rename build-related dirs 2022-06-28 04:02:29 -07:00
snap chore: fix typos (#17755) 2022-03-25 19:57:59 +01:00
before_cache.sh ci: only cache third-party deps if they exist 2022-02-19 20:36:29 -05:00
before_script.sh ci: remove outdated travis-specific code (#16869) 2022-01-01 12:42:26 -05:00
build.ps1 build: rename build-related dirs 2022-06-28 04:02:29 -07:00
install.sh ci: use python3 explicitly to fix macos warnings #18837 2022-06-03 08:15:45 -07:00
run_lint.sh build: add a cmake target for all used linters #18543 2022-06-09 08:09:24 -07:00
run_tests.sh ci: refactor and simplify CI process 2022-03-10 09:21:41 +01:00
script.sh ci: remove outdated travis-specific code (#16869) 2022-01-01 12:42:26 -05:00