From ed9d331b5321b6b193638e28a7cee1ed66c70904 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damian=20B=C3=BCchel?= Date: Wed, 5 Jul 2017 17:30:01 +0200 Subject: [PATCH 1/3] Added configuration for CI app. --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 00000000..080feccf --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,3 @@ +configuration: Release +before_build: + - nuget restore From 7b546f7bcfa3964b914a9a0bbd4d55396f489cce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damian=20B=C3=BCchel?= Date: Wed, 5 Jul 2017 17:43:02 +0200 Subject: [PATCH 2/3] Deleted CI config, as it does not seem to work. --- appveyor.yml | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index 080feccf..00000000 --- a/appveyor.yml +++ /dev/null @@ -1,3 +0,0 @@ -configuration: Release -before_build: - - nuget restore From 9e3fcc6b0529c096638ba17856aa5362737a16e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damian=20B=C3=BCchel?= Date: Thu, 6 Jul 2017 09:17:19 +0200 Subject: [PATCH 3/3] Updated badge for new CI project. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7819156..2b458e48 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,4 @@ Refactored version of SafeExamBrowser for Windows. PLEASE NOTE: This version is See https://github.com/SafeExamBrowser/seb-win/releases for the current, official release of SEB. ### Project Status -[![Build status](https://ci.appveyor.com/api/projects/status/hd9239gouo8b9ntn?svg=true)](https://ci.appveyor.com/project/dbuechel/seb-win-refactoring-e8sh5) +[![Build status](https://ci.appveyor.com/api/projects/status/f1iknxq4qmtjjkj3?svg=true)](https://ci.appveyor.com/project/dbuechel/seb-win-refactoring)