From 005b884b7d9d74dcd495b4ae8b27f43b0a3b5763 Mon Sep 17 00:00:00 2001 From: Cesar Blum Silveira Date: Thu, 27 Apr 2017 18:07:57 -0700 Subject: [PATCH] Build rel/ branches on Travis and AppVeyor. --- .travis.yml | 1 + appveyor.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 084c199f52..70902067d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,6 +23,7 @@ branches: - dev - feature/dev-si - /^(.*\/)?ci-.*$/ + - /^rel\/.*/ before_install: - if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install openssl; ln -s /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib /usr/local/lib/; ln -s /usr/local/opt/openssl/lib/libssl.1.0.0.dylib /usr/local/lib/; fi script: diff --git a/appveyor.yml b/appveyor.yml index 30450f6367..b17fb327df 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,6 +7,7 @@ branches: - dev - feature/dev-si - /^(.*\/)?ci-.*$/ + - /^rel\/.*/ build_script: - ps: .\build.ps1 clone_depth: 1