Test skip ci [skip ci]

This commit is contained in:
halx99 2020-10-25 21:45:39 +08:00
parent 8e288ea844
commit 7fc7a48db8
2 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,8 @@ env:
TRAVIS_PULL_REQUEST: true
GITHUB_CI: true
if: "!contains(github.event.commits[0].message, '[skip ci]')"
jobs:
build-win32:
name: build-win32

View File

@ -8,6 +8,7 @@ env:
jobs:
build:
if: "!contains(github.event.commits[0].message, '[skip ci]')"
# 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.