Skip to content

Commit

Permalink
add single header support.
Browse files Browse the repository at this point in the history
  • Loading branch information
levalup committed Jun 29, 2024
1 parent f783308 commit 963310c
Show file tree
Hide file tree
Showing 4 changed files with 391 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
with:
fetch-depth: 0

- name: Make single header
if: success()
run: python3 scripts/merge.py

- name: Package project files
if: success()
run: >
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
/libuv/build/
/libuv/watch_dir/

/include/uvcxx-single.h

*.a
*.so

Expand Down
2 changes: 1 addition & 1 deletion scripts/libuv_api_coverage.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*

"""
Expand Down
Loading

0 comments on commit 963310c

Please sign in to comment.