mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Ignore staging.tmp
for bors
This commit is contained in:
parent
119ef44dd6
commit
a8afa9c547
|
@ -26,3 +26,6 @@ env:
|
|||
global:
|
||||
- CFLAGS="-Wdeclaration-after-statement -Werror"
|
||||
- CXXFLAGS="-Werror"
|
||||
branches:
|
||||
except:
|
||||
- staging.tmp
|
||||
|
|
|
@ -28,3 +28,6 @@ environment:
|
|||
artifacts:
|
||||
- path: build*/DDNet-*.zip
|
||||
name: DDNet
|
||||
branches:
|
||||
except:
|
||||
- staging.tmp
|
||||
|
|
|
@ -46,6 +46,10 @@ test:
|
|||
make package
|
||||
mv DDNet-*.tar.* ${CIRCLE_ARTIFACTS}
|
||||
|
||||
branches:
|
||||
ignore:
|
||||
- staging.tmp
|
||||
|
||||
##
|
||||
##deployment:
|
||||
## master:
|
||||
|
|
Loading…
Reference in a new issue