Skip to content

Commit

Permalink
CI: adopt singleheader CI to updated filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
wirew0rm committed Jan 16, 2024
1 parent 9535017 commit 8f6a096
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/single-header.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 9 additions & 3 deletions devtools/singleheader-config-graph.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@
"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",
"./build/_deps/refl-cpp-src/include"
]
}

0 comments on commit 8f6a096

Please sign in to comment.