From 4565cd6089d89bea98afe86d9ae30ae9ee8e57f7 Mon Sep 17 00:00:00 2001 From: Lynix Date: Mon, 12 Sep 2016 14:29:12 +0200 Subject: [PATCH] Test AppVeyor Former-commit-id: 44e37f739c27026173c1928e65aa6228fbb1f784 [formerly 5629c7c880d437e2dbed1efc6c36d5bfee27c053] [formerly 577e36b635666e883ff56ce74260f3f93e330c4c [formerly df96d563b970bf18240f200b1408ca372aa60ecc]] Former-commit-id: 38787f2bfb98aea4199c56474e9e0621e30d3782 [formerly 2238b00a69dac9327c6d16cc5e1aacc4bb17e1d4] Former-commit-id: 53ee458a235a8089ac92d162ed89ab24bce76dba --- appveyor.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 000000000..756c1e14b --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,23 @@ +shallow_clone: true + +os: + - Visual Studio 2015 + +environment: + matrix: + - TOOLSET: vs2010 + - TOOLSET: vs2013 + - TOOLSET: vs2015 + +install: + - cd build && "./premake5.exe" %TOOLSET% && cd .. + +configuration: + - Debug + - Release + +build: + project: NazaraEngine/build/$(TOOLSET)/NazaraEngine.sln + +after_test: + - NazaraEngine\tests\Tests.exe