[mlpack-git] master: Add appveyor build status badge and update the build verbosity level. (f45c17b)

gitdub at mlpack.org gitdub at mlpack.org
Mon Mar 7 17:03:01 EST 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/a2deb0cae5e83662aa78f3c6ccaad339eaaaeb93...f45c17bc4d70ee5d82bf11a91850a34b814eccff

>---------------------------------------------------------------

commit f45c17bc4d70ee5d82bf11a91850a34b814eccff
Author: marcus <marcus.edel at fu-berlin.de>
Date:   Mon Mar 7 23:03:01 2016 +0100

    Add appveyor build status badge and update the build verbosity level.


>---------------------------------------------------------------

f45c17bc4d70ee5d82bf11a91850a34b814eccff
 .appveyor.yml | 2 +-
 README.md     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.appveyor.yml b/.appveyor.yml
index e2a39de..102d420 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -25,7 +25,7 @@ build_script:
   - '"C:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild.exe" "C:\projects\mlpack\armadillo-6.500.5\build\armadillo.sln" /m /verbosity:quiet /p:Configuration=Release;Platform=x64'
   - cd C:\projects\mlpack && mkdir build && cd build
   - cmake -G "Visual Studio 14 2015 Win64" -DBLAS_LIBRARY:FILEPATH="%APPVEYOR_BUILD_FOLDER%/OpenBLAS.0.2.14.1/lib/native/lib/x64/libopenblas.dll.a" -DLAPACK_LIBRARY:FILEPATH="%APPVEYOR_BUILD_FOLDER%/OpenBLAS.0.2.14.1/lib/native/lib/x64/libopenblas.dll.a" -DARMADILLO_INCLUDE_DIR="C:/projects/mlpack/armadillo-6.500.5/include" -DARMADILLO_LIBRARY:FILEPATH="C:\projects\mlpack\armadillo-6.500.5\build\Debug\armadillo.lib" -DBOOST_INCLUDEDIR:PATH="C:\projects\mlpack\boost.1.60.0.0\lib\native\include" -DBOOST_LIBRARYDIR:PATH="C:\projects\mlpack\boost_libs" -DDEBUG=OFF -DPROFILE=OFF ..
-  - '"C:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild.exe" "C:\projects\mlpack\build\mlpack.sln" /m /verbosity:quiet /p:Configuration=Release;Platform=x64'
+  - '"C:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild.exe" "C:\projects\mlpack\build\mlpack.sln" /m /verbosity:normal /p:Configuration=Release;Platform=x64'
   - 7z a mlpack-windows-no-libs.zip "%APPVEYOR_BUILD_FOLDER%\build\Release\*.exe"
   - 7z a mlpack-windows.zip "%APPVEYOR_BUILD_FOLDER%\build\Release\*.*"
 
diff --git a/README.md b/README.md
index 819f8a1..5aa73b2 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ learning researchers.
 
 **Download [current stable version (2.0.1)](http://www.mlpack.org/files/mlpack-2.0.1.tar.gz).**
 
-[![Build Status](http://big.mlpack.org:7780/job/mlpack%20-%20git%20commit%20test/badge/icon)](http://www.mlpack.org:8088/job/mlpack%20-%20git%20commit%20test/)
+[![Build Status](http://big.mlpack.org:7780/job/mlpack%20-%20git%20commit%20test/badge/icon)](http://www.mlpack.org:8088/job/mlpack%20-%20git%20commit%20test/) [![Build status](https://ci.appveyor.com/api/projects/status/lmbfc78wi16agx4q?svg=true)](https://ci.appveyor.com/project/mlpack/mlpack)
 
 0. Contents
 -----------




More information about the mlpack-git mailing list