diff --git a/appveyor.yml b/appveyor.yml index 63285a65..dfebef22 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,7 +11,7 @@ environment: CONFIG: Release build_script: - - python support/build.py + - python support/appveyor-build.py on_failure: - appveyor PushArtifact Testing/Temporary/LastTest.log diff --git a/support/build.py b/support/appveyor-build.py similarity index 100% rename from support/build.py rename to support/appveyor-build.py