This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
OSchip
/
OpenBLAS
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
66
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Use AppVeyor Windows CI.
tags/v0.2.15^2
Zhang Xianyi
10 years ago
parent
f74ff6da38
commit
e6d754fddc
1 changed files
with
42 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+42
-0
appveyor.yml
+ 42
- 0
appveyor.yml
View File
@@ -0,0 +1,42 @@
version: 0.2.14.{build}
#environment:
platform:
- x86
- x64
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
- cmake .
test_script:
Write
Preview
Loading…
Cancel
Save