projects
/
project
/
uci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1e2eee
)
github: ci: disable json-c tests
author
Álvaro Fernández Rojas
<
[email protected]
>
Fri, 14 Nov 2025 07:36:51 +0000
(08:36 +0100)
committer
Álvaro Fernández Rojas
<
[email protected]
>
Fri, 14 Nov 2025 07:44:00 +0000
(08:44 +0100)
Disable BUILD_TESTING to save time when building json-c.
Signed-off-by: Álvaro Fernández Rojas <
[email protected]
>
.github/workflows/ci.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/ci.yml
b/.github/workflows/ci.yml
index 4b10fcb50d521b661bea5291a98eee806ba94d00..0787611599df0fc6fc43e8768d1b1f6b1c87c57e 100644
(file)
--- a/
.github/workflows/ci.yml
+++ b/
.github/workflows/ci.yml
@@
-67,7
+67,9
@@
jobs:
cmake \
-DCMAKE_C_COMPILER=${{ matrix.gcc }} \
-DCMAKE_PREFIX_PATH=${GITHUB_WORKSPACE}/build \
- -DBUILD_SHARED_LIBS=OFF -DDISABLE_EXTRA_LIBS=ON \
+ -DBUILD_SHARED_LIBS=OFF \
+ -DDISABLE_EXTRA_LIBS=ON \
+ -DBUILD_TESTING=OFF \
--install-prefix ${GITHUB_WORKSPACE}/build
make
make install