mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 19:40:18 +00:00
enable CI
This commit is contained in:
parent
acd81b6fae
commit
8203ef465e
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -1,13 +1,11 @@
|
|||||||
name: build
|
name: build
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
- 'web/**'
|
- 'web/**'
|
||||||
- '**.md'
|
- '**.md'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main ]
|
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
- 'web/**'
|
- 'web/**'
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
/*************** debug settings ***************/
|
/*************** debug settings ***************/
|
||||||
|
|
||||||
// Enable this may help you find bugs
|
// Enable this may help you find bugs
|
||||||
#define PK_DEBUG_EXTRA_CHECK 1
|
#define PK_DEBUG_EXTRA_CHECK 0
|
||||||
|
|
||||||
// Do not edit the following settings unless you know what you are doing
|
// Do not edit the following settings unless you know what you are doing
|
||||||
#define PK_DEBUG_CEVAL_STEP 0
|
#define PK_DEBUG_CEVAL_STEP 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user