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
Add a BINARY=32 build to macOS
tags/v0.3.0^2
Alex Arslan
7 years ago
parent
2e988dbf35
commit
b966bd79d5
No known key found for this signature in database
GPG Key ID:
EC409F3AF54AD659
1 changed files
with
6 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-1
.travis.yml
+ 6
- 1
.travis.yml
View File
@@ -151,7 +151,8 @@ jobs:
env:
- CMAKE=1
- os: osx
- &test-macos
os: osx
stage: test
osx_image: xcode8
before_script:
@@ -163,6 +164,10 @@ jobs:
env:
- BTYPE="BINARY=64 INTERFACE64=1"
- <<: *test-macos
env:
- BTYPE="BINARY=32"
# whitelist
branches:
only:
Write
Preview
Loading…
Cancel
Save