mirror of
https://github.com/curl/curl.git
synced 2026-06-03 18:14:16 +03:00
azure: add a torture test
Skipping all FTP tests for speed reasons. Closes #4697
This commit is contained in:
parent
1fb2a48752
commit
ec3758b95f
1 changed files with 21 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue