From 62e357e51521c0c7f33ebdb437bf596b4d4a13b2 Mon Sep 17 00:00:00 2001 From: Joachim Bauch Date: Sat, 22 Aug 2015 23:56:52 +0200 Subject: [PATCH] Added information about build status. --- appveyor.yml | 2 ++ readme.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 24e01ac..676f268 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,3 +1,5 @@ +# Status available at +# https://ci.appveyor.com/project/fancycode/memorymodule version: #{build} os: diff --git a/readme.md b/readme.md index ab35ac6..607ddba 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,7 @@ MemoryModule ============ -[![Build Status](https://travis-ci.org/fancycode/MemoryModule.svg?branch=master)](https://travis-ci.org/fancycode/MemoryModule) +[![Build Status](https://travis-ci.org/fancycode/MemoryModule.svg?branch=master)](https://travis-ci.org/fancycode/MemoryModule)[![Build status](https://ci.appveyor.com/api/projects/status/qcrfxbno0jbbl9cx?svg=true)](https://ci.appveyor.com/project/fancycode/memorymodule) The default windows API functions to load external libraries into a program (`LoadLibrary`, `LoadLibraryEx`) only work with files on the filesystem. It's