From 64f8f63a9e958b99ce588ce32d64825a5936a506 Mon Sep 17 00:00:00 2001 From: Lynix Date: Mon, 12 Sep 2016 14:30:45 +0200 Subject: [PATCH] Try to fix build Former-commit-id: 18e448bb4fca705b15850ed3159dfe33ccbb7c5a [formerly a916f662377a1a5eb40ab9f8cd3dbb957c5e5cae] [formerly 5add32ceef4978ce39d3f73e8668af0886ee08fb [formerly b7d0e9b3773e7a50e46159f2918cad43d9902445]] Former-commit-id: c297e8dfb352ce5babe432c36b7f0bbe56a919b1 [formerly 4814adb5fa186d5f8e90c81384230b1413f99c4e] Former-commit-id: 14e280fdce38240c854cb507ebd8d9850d484a8f --- appveyor.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 756c1e14b..498270c14 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,8 +5,6 @@ os: environment: matrix: - - TOOLSET: vs2010 - - TOOLSET: vs2013 - TOOLSET: vs2015 install: @@ -17,7 +15,4 @@ configuration: - Release build: - project: NazaraEngine/build/$(TOOLSET)/NazaraEngine.sln - -after_test: - - NazaraEngine\tests\Tests.exe + project: build/$(TOOLSET)/NazaraEngine.sln \ No newline at end of file