mirror of
https://github.com/red0124/ssp.git
synced 2025-12-14 13:59:54 +01:00
Update single-header.yml
This commit is contained in:
7
.github/workflows/single-header.yml
vendored
7
.github/workflows/single-header.yml
vendored
@@ -41,4 +41,9 @@ jobs:
|
||||
apt-get install -y git
|
||||
|
||||
- name: Single header update check
|
||||
run: script/single_header_generator.py
|
||||
run: |
|
||||
script/single_header_generator.py > tmp.hpp
|
||||
diff spp.hpp tmp.hpp
|
||||
|
||||
- name: Single header compile check
|
||||
run: ./test/test_single_header.sh
|
||||
|
||||
Reference in New Issue
Block a user