Merge pull request #1044 from g-truc/build_only_master

Build appveyor C.I. only on master branch #1044
master
Christophe ago%!(EXTRA string=4 years) committed by GitHub
commit 6dedba1b94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .appveyor.yml

@ -49,6 +49,10 @@ matrix:
- image: Visual Studio 2019
platform: x64
branches:
only:
- master
before_build:
- ps: |
mkdir build

Loading…
Cancel
Save