We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f74ff6d commit e6d754fCopy full SHA for e6d754f
1 file changed
appveyor.yml
@@ -0,0 +1,42 @@
1
+version: 0.2.14.{build}
2
+
3
+#environment:
4
5
+platform:
6
+ - x86
7
+ - x64
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 .
40
41
+test_script:
42
0 commit comments