Update appveyor.yml

Since we only one one MinGW left, lets enable it on PRs
pull/1870/head^2
Gennadiy Civil 6 years ago committed by GitHub
parent 75e834700d
commit 440527a61e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      appveyor.yml

@ -23,6 +23,7 @@ environment:
- compiler: gcc-6.3.0-posix
generator: "MinGW Makefiles"
cxx_path: 'C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32\bin'
enabled_on_pr: yes
configuration:
- Debug

Loading…
Cancel
Save