mirror of
https://github.com/moparisthebest/curl
synced 2024-11-04 16:45:06 -05:00
azure: add a torture test
Skipping all FTP tests for speed reasons. Closes #4697
This commit is contained in:
parent
1fb2a48752
commit
ec3758b95f
@ -81,6 +81,27 @@ jobs:
|
||||
- script: make test-nonflaky
|
||||
displayName: 'test'
|
||||
|
||||
- job: torture
|
||||
displayName: ubuntu torture tests
|
||||
pool:
|
||||
vmImage: 'ubuntu-latest'
|
||||
steps:
|
||||
- script: sudo apt install libnghttp2-dev
|
||||
displayName: 'apt install'
|
||||
|
||||
- script: ./buildconf && ./configure --enable-debug --disable-shared --disable-threaded-resolver --enable-alt-svc
|
||||
displayName: 'Run configure'
|
||||
|
||||
- script: make
|
||||
displayName: 'make'
|
||||
|
||||
- script: make "TFLAGS=-n -t --shallow=40 '!FTP'" test-nonflaky
|
||||
displayName: 'torture test'
|
||||
|
||||
##########################################
|
||||
### macOS jobs below
|
||||
##########################################
|
||||
|
||||
- job: macos_plain
|
||||
displayName: macos default
|
||||
pool:
|
||||
|
Loading…
Reference in New Issue
Block a user