mirror of https://github.com/axmolengine/axmol.git
ios-ci skip ci [skip ci]
This commit is contained in:
parent
7fc7a48db8
commit
b98c4caad0
|
@ -2,6 +2,8 @@ name: ios
|
||||||
|
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
|
if: "!contains(github.event.commits[0].message, '[skip ci]')"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
|
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
|
||||||
TRAVIS_OS_NAME: osx
|
TRAVIS_OS_NAME: osx
|
||||||
|
|
Loading…
Reference in New Issue