From fa40bf82f8df5fda37aa657abc828e43c501c8c1 Mon Sep 17 00:00:00 2001 From: Alexander Krimm Date: Tue, 16 Jan 2024 18:34:58 +0100 Subject: [PATCH] CI: adopt singleheader CI to updated filenames --- .github/workflows/single-header.yml | 2 +- devtools/singleheader-config-graph.json | 13 ++++++++++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.github/workflows/single-header.yml b/.github/workflows/single-header.yml index ed93a846..69a2075f 100644 --- a/.github/workflows/single-header.yml +++ b/.github/workflows/single-header.yml @@ -37,7 +37,7 @@ jobs: run: | wget https://raw.githubusercontent.com/edlund/amalgamate/c91f07eea1133aa184f652b8f1398eaf03586208/amalgamate.py mkdir -p singleheader - python3 amalgamate.py -c devtools/singleheader-config-graph.json -s include/ -v yes + python3 amalgamate.py -c devtools/singleheader-config-graph.json -s . -v yes python3 amalgamate.py -c devtools/singleheader-config-bench.json -s bench/ -v yes - name: upload to branch # keeping history of single-header branch diff --git a/devtools/singleheader-config-graph.json b/devtools/singleheader-config-graph.json index 5e898396..45f0d745 100644 --- a/devtools/singleheader-config-graph.json +++ b/devtools/singleheader-config-graph.json @@ -2,10 +2,17 @@ "project": "Graph.hpp", "target": "singleheader/Graph.hpp", "sources": [ - "Graph.hpp" + "./core/include/gnuradio-4.0/Graph.hpp" ], "include_paths": [ - ".", - "../build/_deps/refl-cpp-src/include" + "./core/include/", + "./blocks/basic/include/", + "./blocks/filter/include/", + "./blocks/fourier/include/", + "./blocks/testing/include/", + "./algorithm/include", + "./meta/include", + "./third_party/magic_enum", + "./third_party/refl-cpp" ] }