2
0
mirror of https://github.com/boostorg/qvm.git synced 2026-01-19 04:22:16 +00:00

Generation of qvm single header distros

This commit is contained in:
Emil Dotchevski
2023-02-26 19:05:22 -08:00
parent 3ecad2ea32
commit 1afb054673

View File

@@ -177,6 +177,12 @@ jobs:
run: |
echo "using ${{matrix.toolset}} : : ${{matrix.compiler}} ;" > ~/user-config.jam
- name: Generate headers
run: |
cd ..\boost-root\libs\qvm
python gen/generate_single_header.py -i include/boost/qvm/all.hpp -p include -o test/qvm.hpp boost/qvm
python gen/generate_single_header.py -i include/boost/qvm/lite.hpp -p include -o test/qvm_lite.hpp boost/qvm
- name: Run tests
run: |
cd ../boost-root