[Mwinapi-commits] SF.net SVN: mwinapi:[133] trunk/appveyor.yml
Status: Beta
Brought to you by:
schierlm
|
From: <sch...@us...> - 2015-12-11 17:45:07
|
Revision: 133
http://sourceforge.net/p/mwinapi/code/133
Author: schierlm
Date: 2015-12-11 17:45:04 +0000 (Fri, 11 Dec 2015)
Log Message:
-----------
added a basic appveyor.yml file
% pushed from GitHub
% Author: fk <enoon1 at arcor.de>
% Date: Wed Dec 9 11:10:37 2015 +0100
Added Paths:
-----------
trunk/appveyor.yml
Added: trunk/appveyor.yml
===================================================================
--- trunk/appveyor.yml (rev 0)
+++ trunk/appveyor.yml 2015-12-11 17:45:04 UTC (rev 133)
@@ -0,0 +1,12 @@
+version: 0.3.0.{build}
+configuration:
+- Debug
+- ReleaseSigned
+build:
+ project: ManagedWinapi-2010.sln
+ verbosity: normal
+artifacts:
+- path: ManagedWinapi\bin\Debug\
+ name: bin_Debug
+- path: ManagedWinapi\bin\ReleaseSigned\
+ name: bin_ReleaseSigned
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|