mirror of
https://github.com/curl/curl.git
synced 2026-08-05 12:06:15 +03:00
.travis.yml: Change CI make test to make test-full
- Change the continuous integration script to use 'make test-full' instead of just 'make test' so that the diagnostic log output is printed to stdout when a test fails. - Change the continuous integration script to use './configure --enable-debug' instead of just './configure' so that the memory analyzer will work during testing. Prior to this change Travis used its default C test script: ./configure && make && make test
This commit is contained in:
parent
fa895f2aa2
commit
e424a1b3e7
1 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,8 @@ language: c
|
|||
before_script:
|
||||
- ./buildconf
|
||||
|
||||
script: ./configure --enable-debug && make && make test-full
|
||||
|
||||
compiler:
|
||||
- clang
|
||||
- gcc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue