gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 16/264: ci/tests: install test suite dependencies stunnel and im


From: gnunet
Subject: [gnurl] 16/264: ci/tests: install test suite dependencies stunnel and impacket
Date: Thu, 30 Apr 2020 16:05:19 +0200

This is an automated email from the git hooks/post-receive script.

nikita pushed a commit to branch master
in repository gnurl.

commit ac566834382340d9de2737aa41c82fea7814590b
Author: Marc Hoersken <address@hidden>
AuthorDate: Sat Mar 14 23:49:03 2020 +0100

    ci/tests: install test suite dependencies stunnel and impacket
---
 .azure-pipelines.yml | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 9e2d74e99..7345b92c2 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -22,6 +22,9 @@ stages:
     pool:
       vmImage: 'ubuntu-latest'
     steps:
+    - script: sudo apt install stunnel4 python-impacket
+      displayName: 'apt install'
+
     - script: ./buildconf && ./configure --enable-debug --enable-werror
       displayName: 'configure debug'
 
@@ -39,6 +42,9 @@ stages:
     pool:
       vmImage: 'ubuntu-latest'
     steps:
+    - script: sudo apt install stunnel4 python-impacket
+      displayName: 'apt install'
+
     - script: ./buildconf && ./configure --disable-ipv6
       displayName: 'configure disable ipv6'
 
@@ -56,6 +62,9 @@ stages:
     pool:
       vmImage: 'ubuntu-latest'
     steps:
+    - script: sudo apt install stunnel4 python-impacket
+      displayName: 'apt install'
+
     - script: ./buildconf && ./configure --disable-http --disable-smtp 
--disable-imap
       displayName: 'configure disable http/smtp/imap'
 
@@ -73,6 +82,9 @@ stages:
     pool:
       vmImage: 'ubuntu-latest'
     steps:
+    - script: sudo apt install stunnel4 python-impacket
+      displayName: 'apt install'
+
     - script: ./buildconf && ./configure --disable-threaded-resolver
       displayName: 'configure disable threaded-resolver'
 
@@ -90,6 +102,9 @@ stages:
     pool:
       vmImage: 'ubuntu-latest'
     steps:
+    - script: sudo apt install stunnel4 python-impacket
+      displayName: 'apt install'
+
     - script: ./buildconf && ./configure --disable-dict --disable-file 
--disable-ftp --disable-gopher --disable-imap --disable-ldap --disable-pop3 
--disable-rtmp --disable-rtsp --disable-scp --disable-sftp --disable-smb 
--disable-smtp --disable-telnet --disable-tftp
       displayName: 'configure disable non-http'
 
@@ -110,7 +125,7 @@ stages:
     pool:
       vmImage: 'ubuntu-latest'
     steps:
-    - script: sudo apt install libnghttp2-dev
+    - script: sudo apt install stunnel4 python-impacket libnghttp2-dev
       displayName: 'apt install'
 
     - script: ./buildconf && ./configure --enable-debug --disable-shared 
--disable-threaded-resolver --enable-alt-svc

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]