mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 03:20:18 +00:00
Compare commits
3 Commits
51ce483c48
...
066554f241
Author | SHA1 | Date | |
---|---|---|---|
|
066554f241 | ||
|
9bb19f4c9c | ||
|
6134175df4 |
1
.github/workflows/website.yml
vendored
1
.github/workflows/website.yml
vendored
@ -26,7 +26,6 @@ jobs:
|
||||
- name: Setup emsdk
|
||||
uses: mymindstorm/setup-emsdk@v12
|
||||
with:
|
||||
version: 3.1.25
|
||||
actions-cache-folder: 'emsdk-cache'
|
||||
- name: Compile
|
||||
run: |
|
||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,6 +4,7 @@ __pycache__/
|
||||
.DS_Store
|
||||
.coverage
|
||||
.idea
|
||||
.cache
|
||||
|
||||
gmon.out
|
||||
gprof.txt
|
||||
|
@ -73,6 +73,7 @@
|
||||
#pragma warning (disable:4100)
|
||||
#pragma warning (disable:4244)
|
||||
#pragma warning (disable:4996)
|
||||
#pragma warning (disable:4018)
|
||||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
|
Loading…
x
Reference in New Issue
Block a user