mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
drone: fix up exclude syntax
This commit is contained in:
parent
3a8b0150d3
commit
b6aa91bf4c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user