From 832ba8b8b2b6aaba2c709a358e73a5567c592431 Mon Sep 17 00:00:00 2001 From: balr0g Date: Sat, 7 Jul 2018 13:53:59 -0400 Subject: Rename appveyor.yml --- .appveyor.yml | 21 +++++++++++++++++++++ appveyor.yml | 21 --------------------- 2 files changed, 21 insertions(+), 21 deletions(-) create mode 100644 .appveyor.yml delete mode 100644 appveyor.yml diff --git a/.appveyor.yml b/.appveyor.yml new file mode 100644 index 00000000000..74ac1c1aad6 --- /dev/null +++ b/.appveyor.yml @@ -0,0 +1,21 @@ +version: 1.0.{build} +image: Visual Studio 2017 + +shallow_clone: true +clone_depth: 1 + +install: + - set "PATH=C:\msys64\usr\bin;C:\msys64\mingw64\bin;C:\Windows\System32;C:\Windows;%PATH%" + - set MSYSTEM=MINGW64 + - set PreferredToolArchitecture=x64 + +build_script: + - bash -lc "exec 0