summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLePresidente <brian.alexander.munro@gmail.com>2019-02-18 13:50:48 +0200
committerLePresidente <brian.alexander.munro@gmail.com>2019-02-18 13:50:48 +0200
commitfa9427d22a7828be393e7e2d9d3e7f658b50666d (patch)
treecddd27cb06a089d6c53f6487ca82bb7866eb63f4
parent3a1a381b9ba39f627d38493b7dcb5fd06752432e (diff)
Added appveyor build badge to readme.md
Added appveyor.yml which will control the appveyor build in the future (currently extremely basic)
-rw-r--r--appveyor.yml8
-rw-r--r--readme.md3
2 files changed, 10 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644
index 00000000..48511ced
--- /dev/null
+++ b/appveyor.yml
@@ -0,0 +1,8 @@
+version: 1.0.{build}
+image: Visual Studio 2017
+build_script:
+- cmd: >-
+ git clone --depth=1 --branch=Appveyor https://github.com/ModOrganizer2/modorganizer-umbrella.git c:\projects\modorganizer-umbrella 2> $null
+ mkdir c:\projects\modorganizer-build -type directory
+ cd c:\projects\modorganizer-umbrella
+ C:\Python37-x64\python.exe unimake.py -d c:\projects\modorganizer-build -s Appveyor_Build=True %APPVEYOR_PROJECT_NAME%
diff --git a/readme.md b/readme.md
index 8d13b655..ed31f70f 100644
--- a/readme.md
+++ b/readme.md
@@ -1,3 +1,5 @@
+[![Build status](https://ci.appveyor.com/api/projects/status/23qmd9rufv9vpmg7?svg=true)](https://ci.appveyor.com/project/Modorganizer2/modorganizer)
+
# Mod Organizer
Mod Organizer (MO) is a tool for managing mod collections of arbitrary size. It is specifically designed for people who like to experiment with mods and thus need an easy and reliable way to install and uninstall them.
@@ -82,4 +84,3 @@ Here is a complete list:
### Unused Repositories
* https://github.com/Modorganizer2/modorganizer-hookdll
* https://github.com/TanninOne/modorganizer-tool_nmmimport
-