mirror of https://github.com/axmolengine/axmol.git
Refine ci config files
This commit is contained in:
parent
a3b5315a4a
commit
aef3ddd44e
|
@ -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.)
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue