mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Merge #896
896: Ignore `staging.tmp` for bors r=heinrich5991 a=heinrich5991
This commit is contained in:
commit
25e7fff0ee
|
@ -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