Refine ci config files

This commit is contained in:
halx99 2021-07-04 22:05:36 +08:00
parent a3b5315a4a
commit aef3ddd44e
5 changed files with 45 additions and 9 deletions

View File

@ -1,6 +1,14 @@
name: android
on: [push]
on:
push:
paths:
- cmake
- cocos
- extensions
- tests
- thirdparty
- CMakeLists.txt
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)

View File

@ -1,6 +1,14 @@
name: ios
on: [push]
on:
push:
paths:
- cmake
- cocos
- extensions
- tests
- thirdparty
- CMakeLists.txt
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
@ -13,7 +21,6 @@ env:
jobs:
build:
if: "contains(github.event.commits[0].message, '[ci build]')"
# The CMake configure and build commands are platform agnostic and should work equally
# well on Windows or Mac. You can convert this to a matrix build if you need
# cross-platform coverage.

View File

@ -1,6 +1,14 @@
name: linux
on: [push]
on:
push:
paths:
- cmake
- cocos
- extensions
- tests
- thirdparty
- CMakeLists.txt
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
@ -13,7 +21,6 @@ env:
jobs:
build:
if: "contains(github.event.commits[0].message, '[ci build]')"
# The CMake configure and build commands are platform agnostic and should work equally
# well on Windows or Mac. You can convert this to a matrix build if you need
# cross-platform coverage.

View File

@ -1,6 +1,14 @@
name: osx
on: [push]
on:
push:
paths:
- cmake
- cocos
- extensions
- tests
- thirdparty
- CMakeLists.txt
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
@ -13,7 +21,6 @@ env:
jobs:
build:
if: "contains(github.event.commits[0].message, '[ci build]')"
# The CMake configure and build commands are platform agnostic and should work equally
# well on Windows or Mac. You can convert this to a matrix build if you need
# cross-platform coverage.

View File

@ -1,10 +1,17 @@
name: win32
on: [push]
on:
push:
paths:
- cmake
- cocos
- extensions
- tests
- thirdparty
- CMakeLists.txt
jobs:
build:
if: "contains(github.event.commits[0].message, '[ci build]')"
# The CMake configure and build commands are platform agnostic and should work equally
# well on Windows or Mac. You can convert this to a matrix build if you need
# cross-platform coverage.