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 17, 2024
1 parent 9535017 commit fc106c1
Show file tree
Hide file tree
Showing 2 changed files with 13 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
15 changes: 12 additions & 3 deletions devtools/singleheader-config-graph.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,19 @@
"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/vir-simd-src/",
"./build/_deps/pmt-src/include/",
"./third_party/magic_enum/",
"./third_party/refl-cpp/"
]
}

0 comments on commit fc106c1

Please sign in to comment.