mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-02 22:03:01 +02:00
70 lines
2.7 KiB
Diff
70 lines
2.7 KiB
Diff
From afc4b8e04b4bf61d6bf0e0a66c1115b0111eaebf Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Jan=20Kundr=C3=A1t?= <jan.kundrat@cesnet.cz>
|
|
Date: Wed, 9 Apr 2025 15:36:30 +0200
|
|
Subject: [PATCH 16/20] CI: renamed project upstream
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
Organization: Wires
|
|
|
|
Change-Id: I5447f243297fbfde7c364eb3919b00db239bd069
|
|
Depends-on: https://gerrit.cesnet.cz/c/CzechLight/libyang-cpp/+/8570
|
|
Signed-off-by: Mattias Walström <lazzer@gmail.com>
|
|
---
|
|
.zuul.yaml | 4 ++--
|
|
README.md | 2 +-
|
|
ci/build.sh | 2 +-
|
|
3 files changed, 4 insertions(+), 4 deletions(-)
|
|
|
|
diff --git a/.zuul.yaml b/.zuul.yaml
|
|
index dc87c6f..7ada6f7 100644
|
|
--- a/.zuul.yaml
|
|
+++ b/.zuul.yaml
|
|
@@ -7,7 +7,7 @@
|
|
override-checkout: devel
|
|
- name: github/sysrepo/sysrepo
|
|
override-checkout: devel
|
|
- - name: github/onqtam/doctest
|
|
+ - name: github/doctest/doctest
|
|
override-checkout: v2.4.8
|
|
- name: github/rollbear/trompeloeil
|
|
override-checkout: v44
|
|
@@ -18,7 +18,7 @@
|
|
override-checkout: devel
|
|
- name: github/sysrepo/sysrepo
|
|
override-checkout: devel
|
|
- - name: github/onqtam/doctest
|
|
+ - name: github/doctest/doctest
|
|
override-checkout: v2.4.11
|
|
- name: github/rollbear/trompeloeil
|
|
override-checkout: v44
|
|
diff --git a/README.md b/README.md
|
|
index 27dc748..dd9570c 100644
|
|
--- a/README.md
|
|
+++ b/README.md
|
|
@@ -12,7 +12,7 @@ It uses RAII for automatic memory management.
|
|
- [libyang-cpp](https://github.com/CESNET/libyang-cpp) - C++ bindings for *libyang*
|
|
- C++20 compiler (e.g., GCC 10.x+, clang 10+)
|
|
- CMake 3.19+
|
|
-- optionally for built-in tests, [Doctest](https://github.com/onqtam/doctest/) as a C++ unit test framework
|
|
+- optionally for built-in tests, [Doctest](https://github.com/doctest/doctest/) as a C++ unit test framework
|
|
- optionally for built-in tests, [trompeloeil](https://github.com/rollbear/trompeloeil) for mock objects in C++
|
|
- optionally for the docs, Doxygen
|
|
|
|
diff --git a/ci/build.sh b/ci/build.sh
|
|
index d886b79..785a811 100755
|
|
--- a/ci/build.sh
|
|
+++ b/ci/build.sh
|
|
@@ -78,7 +78,7 @@ build_n_test() {
|
|
|
|
build_n_test github/CESNET/libyang -DENABLE_BUILD_TESTS=ON -DENABLE_VALGRIND_TESTS=OFF
|
|
build_n_test github/sysrepo/sysrepo -DENABLE_BUILD_TESTS=ON -DENABLE_VALGRIND_TESTS=OFF -DREPO_PATH=${PREFIX}/etc-sysrepo
|
|
-build_n_test github/onqtam/doctest -DDOCTEST_WITH_TESTS=OFF
|
|
+build_n_test github/doctest/doctest -DDOCTEST_WITH_TESTS=OFF
|
|
# non-release builds download Catch2
|
|
CMAKE_BUILD_TYPE=Release build_n_test github/rollbear/trompeloeil
|
|
build_n_test CzechLight/libyang-cpp -DBUILD_TESTING=ON
|
|
--
|
|
2.43.0
|
|
|