Merge pull request #1226 from ashwinyes/develop_arm_clang_ual_fix
[platform/upstream/openblas.git] / appveyor.yml
1 version: 0.2.19.{build}
2
3 #environment:
4
5 platform: 
6   - x64
7
8 configuration: Release
9
10 clone_folder: c:\projects\OpenBLAS
11
12 init:
13   - git config --global core.autocrlf input
14
15 build:
16   project: OpenBLAS.sln
17
18 clone_depth: 5
19
20 #branches to build
21 branches:
22   only:
23     - master
24     - develop
25     - cmake
26
27 skip_tags: true
28
29 matrix:
30   fast_finish: true
31
32 skip_commits:
33 # Add [av skip] to commit messages
34   message: /\[av skip\]/
35
36 before_build:
37   - echo Running cmake...
38   - cd c:\projects\OpenBLAS
39   - cmake -G "Visual Studio 12 Win64" .
40
41 test_script:
42   - echo Running Test
43   - cd c:\projects\OpenBLAS\utest
44   - openblas_utest