2016-04-13 03:32:10 +08:00
|
|
|
version: 0.2.19.{build}
|
2015-10-27 04:08:17 +08:00
|
|
|
|
|
|
|
|
#environment:
|
|
|
|
|
|
|
|
|
|
platform:
|
|
|
|
|
- x64
|
2015-10-27 05:11:07 +08:00
|
|
|
|
2015-10-27 04:08:17 +08:00
|
|
|
configuration: Release
|
|
|
|
|
|
|
|
|
|
clone_folder: c:\projects\OpenBLAS
|
|
|
|
|
|
|
|
|
|
init:
|
|
|
|
|
- git config --global core.autocrlf input
|
|
|
|
|
|
|
|
|
|
build:
|
|
|
|
|
project: OpenBLAS.sln
|
|
|
|
|
|
|
|
|
|
clone_depth: 5
|
|
|
|
|
|
|
|
|
|
#branches to build
|
|
|
|
|
branches:
|
|
|
|
|
only:
|
|
|
|
|
- master
|
|
|
|
|
- develop
|
|
|
|
|
- cmake
|
|
|
|
|
|
|
|
|
|
skip_tags: true
|
|
|
|
|
|
|
|
|
|
matrix:
|
|
|
|
|
fast_finish: true
|
|
|
|
|
|
|
|
|
|
skip_commits:
|
|
|
|
|
# Add [av skip] to commit messages
|
|
|
|
|
message: /\[av skip\]/
|
|
|
|
|
|
|
|
|
|
before_build:
|
|
|
|
|
- echo Running cmake...
|
|
|
|
|
- cd c:\projects\OpenBLAS
|
2015-10-27 07:08:54 +08:00
|
|
|
- cmake -G "Visual Studio 12 Win64" .
|
2015-10-27 04:08:17 +08:00
|
|
|
|
|
|
|
|
test_script:
|
2016-02-12 14:50:20 +08:00
|
|
|
- echo Running Test
|
|
|
|
|
- cd c:\projects\OpenBLAS\utest
|
|
|
|
|
- openblas_utest
|