move doctest --tce to drone.yaml

pull/747/head
nick black 4 years ago
parent 1b23e63f42
commit 3a8b0150d3
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -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
- env TERM=linux ./notcurses-tester -p ../data --tce=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
- env TERM=linux ./notcurses-tester -p ../data --tce=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
- env TERM=linux ./notcurses-tester -p ../data --tce=Ncpp,Exceptions

@ -542,7 +542,7 @@ set(CMAKE_CTEST_ARGUMENTS "-V")
enable_testing()
add_test(
NAME notcurses-tester
COMMAND notcurses-tester -p ${CMAKE_CURRENT_SOURCE_DIR}/data --tce=Ncpp,Exceptions
COMMAND notcurses-tester -p ${CMAKE_CURRENT_SOURCE_DIR}/data
)
add_test(
NAME ncpp_build

Loading…
Cancel
Save