mirror of https://github.com/axmolengine/axmol.git
Test skip ci [skip ci]
This commit is contained in:
parent
8e288ea844
commit
7fc7a48db8
|
@ -9,6 +9,8 @@ env:
|
||||||
TRAVIS_PULL_REQUEST: true
|
TRAVIS_PULL_REQUEST: true
|
||||||
GITHUB_CI: true
|
GITHUB_CI: true
|
||||||
|
|
||||||
|
if: "!contains(github.event.commits[0].message, '[skip ci]')"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-win32:
|
build-win32:
|
||||||
name: build-win32
|
name: build-win32
|
||||||
|
|
|
@ -8,6 +8,7 @@ env:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
if: "!contains(github.event.commits[0].message, '[skip ci]')"
|
||||||
# The CMake configure and build commands are platform agnostic and should work equally
|
# 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
|
# well on Windows or Mac. You can convert this to a matrix build if you need
|
||||||
# cross-platform coverage.
|
# cross-platform coverage.
|
||||||
|
|
Loading…
Reference in New Issue