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:
|
||||
push:
|
||||
paths:
|
||||
- cmake
|
||||
- cocos
|
||||
- extensions
|
||||
- tests
|
||||
- thirdparty
|
||||
- cmake/**/*
|
||||
- cocos/**/*
|
||||
- extensions/**/*
|
||||
- tests/**/*
|
||||
- thirdparty/**/*
|
||||
- CMakeLists.txt
|
||||
- .github/workflows/android-ci.yml
|
||||
|
||||
|
|
|
@ -3,11 +3,11 @@ name: ios
|
|||
on:
|
||||
push:
|
||||
paths:
|
||||
- cmake
|
||||
- cocos
|
||||
- extensions
|
||||
- tests
|
||||
- thirdparty
|
||||
- cmake/**/*
|
||||
- cocos/**/*
|
||||
- extensions/**/*
|
||||
- tests/**/*
|
||||
- thirdparty/**/*
|
||||
- CMakeLists.txt
|
||||
- .github/workflows/ios-ci.yml
|
||||
|
||||
|
|
|
@ -3,11 +3,11 @@ name: linux
|
|||
on:
|
||||
push:
|
||||
paths:
|
||||
- cmake
|
||||
- cocos
|
||||
- extensions
|
||||
- tests
|
||||
- thirdparty
|
||||
- cmake/**/*
|
||||
- cocos/**/*
|
||||
- extensions/**/*
|
||||
- tests/**/*
|
||||
- thirdparty/**/*
|
||||
- CMakeLists.txt
|
||||
- .github/workflows/linux-ci.yml
|
||||
|
||||
|
|
|
@ -3,11 +3,11 @@ name: osx
|
|||
on:
|
||||
push:
|
||||
paths:
|
||||
- cmake
|
||||
- cocos
|
||||
- extensions
|
||||
- tests
|
||||
- thirdparty
|
||||
- cmake/**/*
|
||||
- cocos/**/*
|
||||
- extensions/**/*
|
||||
- tests/**/*
|
||||
- thirdparty/**/*
|
||||
- CMakeLists.txt
|
||||
- .github/workflows/osx-ci.yml
|
||||
|
||||
|
|
|
@ -3,11 +3,11 @@ name: win32
|
|||
on:
|
||||
push:
|
||||
paths:
|
||||
- cmake
|
||||
- cocos
|
||||
- extensions
|
||||
- tests
|
||||
- thirdparty
|
||||
- cmake/**/*
|
||||
- cocos/**/*
|
||||
- extensions/**/*
|
||||
- tests/**/*
|
||||
- thirdparty/**/*
|
||||
- CMakeLists.txt
|
||||
- .github/workflows/win32-ci.yml
|
||||
|
||||
|
|
Loading…
Reference in New Issue