CI now builds only master branch and PRs.

This commit is contained in:
Martin Sosic 2020-09-23 15:47:52 +02:00
parent e115ece29a
commit e89b9ac358
2 changed files with 8 additions and 0 deletions

View File

@ -5,6 +5,10 @@ os:
# Do not choose a language; we provide our own build tools.
language: generic
branches:
only:
- master # This will still build PRs.
# Caching so the next build will be fast too.
cache:
directories:

View File

@ -5,6 +5,10 @@ version: '{build}'
skip_commits:
message: /\[skip ci\]/
branches:
only:
- master # This will still build PRs.
environment:
PATH: c:/bin;%PATH%
STACK_ROOT: c:/stack