feat/support_fiber #6
@ -1,7 +1,14 @@
|
|||||||
when:
|
when:
|
||||||
- event: []
|
- event:
|
||||||
# - push
|
- push
|
||||||
# - pull_request
|
- pull_request
|
||||||
|
- path:
|
||||||
|
include:
|
||||||
|
- ".woodpecker/linux-aarch64-gcc.yml"
|
||||||
|
- "cmake/**"
|
||||||
|
- "third_party/**"
|
||||||
|
- "tile/**"
|
||||||
|
- "CMakeLists.txt"
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
BUILD_TYPE:
|
BUILD_TYPE:
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
when:
|
when:
|
||||||
- event:
|
- event: []
|
||||||
- push
|
#- push
|
||||||
- pull_request
|
#- pull_request
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
BUILD_TYPE:
|
BUILD_TYPE:
|
||||||
|
@ -2,6 +2,13 @@ when:
|
|||||||
- event:
|
- event:
|
||||||
- push
|
- push
|
||||||
- pull_request
|
- pull_request
|
||||||
|
- path:
|
||||||
|
include:
|
||||||
|
- ".woodpecker/linux-x64-gcc.yml"
|
||||||
|
- "cmake/**"
|
||||||
|
- "third_party/**"
|
||||||
|
- "tile/**"
|
||||||
|
- "CMakeLists.txt"
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
BUILD_TYPE:
|
BUILD_TYPE:
|
||||||
|
@ -2,7 +2,13 @@ when:
|
|||||||
- event:
|
- event:
|
||||||
- push
|
- push
|
||||||
- pull_request
|
- pull_request
|
||||||
|
- path:
|
||||||
|
include:
|
||||||
|
- ".woodpecker/linux-x86-gcc.yml"
|
||||||
|
- "cmake/**"
|
||||||
|
- "third_party/**"
|
||||||
|
- "tile/**"
|
||||||
|
- "CMakeLists.txt"
|
||||||
matrix:
|
matrix:
|
||||||
BUILD_TYPE:
|
BUILD_TYPE:
|
||||||
- Debug
|
- Debug
|
||||||
|
Loading…
x
Reference in New Issue
Block a user