Ignore staging.tmp for bors

This commit is contained in:
heinrich5991 2017-10-15 15:17:17 +02:00
parent 119ef44dd6
commit a8afa9c547
3 changed files with 10 additions and 0 deletions

View file

@ -26,3 +26,6 @@ env:
global:
- CFLAGS="-Wdeclaration-after-statement -Werror"
- CXXFLAGS="-Werror"
branches:
except:
- staging.tmp

View file

@ -28,3 +28,6 @@ environment:
artifacts:
- path: build*/DDNet-*.zip
name: DDNet
branches:
except:
- staging.tmp

View file

@ -46,6 +46,10 @@ test:
make package
mv DDNet-*.tar.* ${CIRCLE_ARTIFACTS}
branches:
ignore:
- staging.tmp
##
##deployment:
## master: