diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-09-26 19:29:31 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2017-09-26 19:34:17 +0200 |
commit | 203fed204c5d473aa171796f7ba4fe082f391ba1 (patch) | |
tree | a8ef6638bca272e4c927528f33428d20a919f693 /.appveyor.yml | |
parent | 9a87fe37c19d36b6edf5fbc7ccb08528f25833a9 (diff) | |
download | redot-engine-203fed204c5d473aa171796f7ba4fe082f391ba1.tar.gz |
CI: Disable MinGW build on Travis and add AppVeyor badge
Now that AppVeyor handles testing Windows builds with MSVC,
we can skip the need to test against Travis' old MinGW toolchain
and have a faster CI process.
Also try building X11 binaries against system OpenSSL, should
speed up build.
Diffstat (limited to '.appveyor.yml')
-rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index ae3b72dbc8..dbd56ab7e0 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -21,4 +21,4 @@ before_build: - cl.exe build_script: -- scons platform=%GD_PLATFORM% target=%TARGET% tools=%TOOLS% +- scons platform=%GD_PLATFORM% target=%TARGET% tools=%TOOLS% progress=no |