From bd7a1b4f6a49ecc715399119a1cecc61154e8865 Mon Sep 17 00:00:00 2001 From: Aleksey Komarov Date: Tue, 15 May 2018 15:32:04 +0300 Subject: [PATCH] update appveyor url, svg and config --- README.md | 2 +- appveyor.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index be4f044360c..2fe64cca3ab 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -X-Ray Engine 1.6 expansion [![Build status](https://ci.appveyor.com/api/projects/status/j6i53o71vu607r0c?svg=true)](https://ci.appveyor.com/project/q4arus/xray-16) +X-Ray Engine 1.6 expansion [![Build status](https://ci.appveyor.com/api/projects/status/beb4c2xtyru4galx?svg=true)](https://ci.appveyor.com/project/q4a/xray-16) ========================== This repository contains X-Ray Engine sources based on version 1.6.02. diff --git a/appveyor.yml b/appveyor.yml index d6dbd4c5adb..a8445933d89 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,12 +6,12 @@ image: - Visual Studio 2017 - Previous Visual Studio 2017 configuration: -- Debug - Release - Mixed +- Debug platform: -- x64 - x86 +- x64 before_build: - cmd: git submodule update --init --recursive build: @@ -20,4 +20,4 @@ build: verbosity: minimal after_build: - cmd: xrbuild.cmd -test: off +test: off \ No newline at end of file