Skip to content

Commit c4cc3a8

Browse files
committed
reinstate travis-ci with minimal runs
1 parent a2483fd commit c4cc3a8

File tree

1 file changed

+1
-56
lines changed

1 file changed

+1
-56
lines changed

legacy-travis.yml renamed to .travis.yml

Lines changed: 1 addition & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ env:
22
global:
33
# The archive that gets built has name from ``git describe`` on this
44
# commit.
5-
- OPENBLAS_COMMIT=v0.3.12
5+
- OPENBLAS_COMMIT=v0.3.13
66
- REPO_DIR=OpenBLAS
77
# Following generated with:
88
# travis encrypt -r MacPython/openblas-libs OPENBLAS_LIBS_STAGING_UPLOAD_TOKEN=<secret token value>
@@ -23,32 +23,6 @@ services: docker
2323

2424
matrix:
2525
include:
26-
- os: linux
27-
env:
28-
- PLAT=x86_64
29-
- os: linux
30-
env:
31-
- PLAT=i686
32-
- os: osx
33-
language: objective-c
34-
env:
35-
- MB_PYTHON_VERSION=3.7
36-
- PLAT=x86_64
37-
- os: osx
38-
language: objective-c
39-
env:
40-
- MB_PYTHON_VERSION=3.7
41-
- PLAT=i686
42-
- os: linux
43-
env:
44-
- PLAT=x86_64
45-
- INTERFACE64=1
46-
- os: osx
47-
language: objective-c
48-
env:
49-
- MB_PYTHON_VERSION=3.7
50-
- PLAT=x86_64
51-
- INTERFACE64=1
5226
- os: linux
5327
arch: arm64
5428
env:
@@ -88,35 +62,6 @@ matrix:
8862
- INTERFACE64=1
8963
- MB_ML_VER=2014
9064
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
91-
# linux manylinux2010
92-
- os: linux
93-
env:
94-
- PLAT=x86_64
95-
- MB_ML_VER=2010
96-
- os: linux
97-
env:
98-
- PLAT=i686
99-
- MB_ML_VER=2010
100-
- os: linux
101-
env:
102-
- PLAT=x86_64
103-
- INTERFACE64=1
104-
- MB_ML_VER=2010
105-
106-
# linux manylinux2014
107-
- os: linux
108-
env:
109-
- PLAT=x86_64
110-
- MB_ML_VER=2014
111-
- os: linux
112-
env:
113-
- PLAT=i686
114-
- MB_ML_VER=2014
115-
- os: linux
116-
env:
117-
- PLAT=x86_64
118-
- INTERFACE64=1
119-
- MB_ML_VER=2014
12065

12166
before_install:
12267
- source travis-ci/build_steps.sh

0 commit comments

Comments
 (0)