aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authordundargoc <gocdundar@gmail.com>2023-10-26 22:30:00 +0200
committerdundargoc <33953936+dundargoc@users.noreply.github.com>2023-11-04 18:32:47 +0100
commit5cefec7349610853910c21a0215f85a4d47132d1 (patch)
treec2970e83c0016870fe5ca853bb86837f24ecc7ab /.github/workflows
parentec66a95fbc9069a3122838dd3f904582b248691c (diff)
downloadrneovim-5cefec7349610853910c21a0215f85a4d47132d1.tar.gz
rneovim-5cefec7349610853910c21a0215f85a4d47132d1.tar.bz2
rneovim-5cefec7349610853910c21a0215f85a4d47132d1.zip
build: various cmake fixes
- silence false warnings on MSVC - merge `clang-tidy` cmake target into `lintc` and remove the corresponding make target - use cmake's built-in endianness detection
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index a1133404e2..096f86219e 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -76,7 +76,7 @@ jobs:
- if: success() || failure() && steps.abort_job.outputs.status == 'success'
name: clang-tidy
- run: cmake --build build --target clang-tidy
+ run: cmake --build build --target lintc-clang-tidy
- if: success() || failure() && steps.abort_job.outputs.status == 'success'
name: uncrustify