mirror of
https://github.com/red0124/ssp.git
synced 2025-01-23 04:55:20 +01:00
Update single-header.yml
This commit is contained in:
parent
55d1bbcf86
commit
254bd24bbd
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
|
||||
|
Loading…
Reference in New Issue
Block a user