Commit f541f7b9 authored by Simon Warta's avatar Simon Warta Committed by Daniel Stenberg
Browse files

ci: whitelist branches to avoid testing feature branches twice

parent 60c655ac
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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
+5 −0
Original line number Diff line number Diff line
@@ -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