From 0596b33eea8fa00ab8dafcd03c08952c7b29dfc7 Mon Sep 17 00:00:00 2001 From: Matthew Erbs Date: Sat, 3 Jun 2017 08:59:18 +1000 Subject: [PATCH] Independent Build for Perf Tests. --- appveyor-perftest.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 appveyor-perftest.yml diff --git a/appveyor-perftest.yml b/appveyor-perftest.yml new file mode 100644 index 000000000..cb30b3e60 --- /dev/null +++ b/appveyor-perftest.yml @@ -0,0 +1,7 @@ +version: '{build}' +skip_tags: true +image: Visual Studio 2017 +configuration: Release +test: off +build_script: +- ps: ./RunPerfTests.ps1 \ No newline at end of file