gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 54/208: ci: whitelist branches to avoid testing fea


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 54/208: ci: whitelist branches to avoid testing feature branches twice
Date: Wed, 09 Aug 2017 17:34:11 +0200

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

ng0 pushed a commit to annotated tag gnurl-7.55.0
in repository gnurl.

commit f541f7b94a4b68c414394ac56fd66a0ed0a19e6d
Author: Simon Warta <address@hidden>
AuthorDate: Tue Jun 20 23:00:49 2017 +0200

    ci: whitelist branches to avoid testing feature branches twice
---
 .travis.yml  | 5 +++++
 appveyor.yml | 5 +++++
 2 files changed, 10 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index a7f5fd074..b7bd768d9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -90,5 +90,10 @@ script:
             (tar xf curl-99.98.97.tar.gz && mkdir build && cd build && 
../curl-99.98.97/configure && make && make TFLAGS=1 test)
         fi
 
+# whitelist branches to avoid testing feature branches twice (as branch and as 
pull request)
+branches:
+    only:
+        - master
+
 notifications:
   email: false
diff --git a/appveyor.yml b/appveyor.yml
index b9d5a7f2f..8e55009da 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -63,3 +63,8 @@ build_script:
     - cd build.%BDIR%
     - cmake .. -G"%PRJ_GEN%" -DCMAKE_USE_OPENSSL=%OPENSSL% 
-DCURL_STATICLIB=%STATICLIB% -DBUILD_TESTING=%TESTING%
     - cmake --build . --config %PRJ_CFG% --clean-first
+
+# whitelist branches to avoid testing feature branches twice (as branch and as 
pull request)
+branches:
+    only:
+        - master

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



reply via email to

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