drone: fix up exclude syntax

This commit is contained in:
nick black 2020-06-28 08:35:58 -04:00
parent 3a8b0150d3
commit b6aa91bf4c
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -12,7 +12,7 @@ steps:
- cd build
- cmake .. -DCMAKE_BUILD_TYPE=Release # -DUSE_RUST=yes -DUSE_NETWORK=yes
- make
- env TERM=linux ./notcurses-tester -p ../data --tce=Ncpp,Exceptions
- env TERM=linux ./notcurses-tester -p ../data -tce=ResetStats,OnlyOneNotCurses,Ncpp,Exceptions
---
kind: pipeline
type: docker
@ -27,7 +27,7 @@ steps:
- cd build
- cmake -DCMAKE_BUILD_TYPE=Release -DUSE_MULTIMEDIA=none ..
- make
- env TERM=linux ./notcurses-tester -p ../data --tce=Ncpp,Exceptions
- env TERM=linux ./notcurses-tester -p ../data -tce=ResetStats,OnlyOneNotCurses,Ncpp,Exceptions
---
kind: pipeline
type: docker
@ -43,4 +43,4 @@ steps:
- cd build
- cmake -DCMAKE_BUILD_TYPE=Release -DUSE_MULTIMEDIA=oiio ..
- make
- env TERM=linux ./notcurses-tester -p ../data --tce=Ncpp,Exceptions
- env TERM=linux ./notcurses-tester -p ../data -tce=ResetStats,OnlyOneNotCurses,Ncpp,Exceptions