mirror of https://github.com/axmolengine/axmol.git
Refine ci
This commit is contained in:
parent
7405c5781b
commit
c76c019f9c
|
@ -3,11 +3,11 @@ name: android
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- cmake
|
- cmake/**/*
|
||||||
- cocos
|
- cocos/**/*
|
||||||
- extensions
|
- extensions/**/*
|
||||||
- tests
|
- tests/**/*
|
||||||
- thirdparty
|
- thirdparty/**/*
|
||||||
- CMakeLists.txt
|
- CMakeLists.txt
|
||||||
- .github/workflows/android-ci.yml
|
- .github/workflows/android-ci.yml
|
||||||
|
|
||||||
|
|
|
@ -3,11 +3,11 @@ name: ios
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- cmake
|
- cmake/**/*
|
||||||
- cocos
|
- cocos/**/*
|
||||||
- extensions
|
- extensions/**/*
|
||||||
- tests
|
- tests/**/*
|
||||||
- thirdparty
|
- thirdparty/**/*
|
||||||
- CMakeLists.txt
|
- CMakeLists.txt
|
||||||
- .github/workflows/ios-ci.yml
|
- .github/workflows/ios-ci.yml
|
||||||
|
|
||||||
|
|
|
@ -3,11 +3,11 @@ name: linux
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- cmake
|
- cmake/**/*
|
||||||
- cocos
|
- cocos/**/*
|
||||||
- extensions
|
- extensions/**/*
|
||||||
- tests
|
- tests/**/*
|
||||||
- thirdparty
|
- thirdparty/**/*
|
||||||
- CMakeLists.txt
|
- CMakeLists.txt
|
||||||
- .github/workflows/linux-ci.yml
|
- .github/workflows/linux-ci.yml
|
||||||
|
|
||||||
|
|
|
@ -3,11 +3,11 @@ name: osx
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- cmake
|
- cmake/**/*
|
||||||
- cocos
|
- cocos/**/*
|
||||||
- extensions
|
- extensions/**/*
|
||||||
- tests
|
- tests/**/*
|
||||||
- thirdparty
|
- thirdparty/**/*
|
||||||
- CMakeLists.txt
|
- CMakeLists.txt
|
||||||
- .github/workflows/osx-ci.yml
|
- .github/workflows/osx-ci.yml
|
||||||
|
|
||||||
|
|
|
@ -3,11 +3,11 @@ name: win32
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- cmake
|
- cmake/**/*
|
||||||
- cocos
|
- cocos/**/*
|
||||||
- extensions
|
- extensions/**/*
|
||||||
- tests
|
- tests/**/*
|
||||||
- thirdparty
|
- thirdparty/**/*
|
||||||
- CMakeLists.txt
|
- CMakeLists.txt
|
||||||
- .github/workflows/win32-ci.yml
|
- .github/workflows/win32-ci.yml
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue