File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
branches : [ master ]
14
14
15
15
env :
16
- OPENBLAS_COMMIT : " v0.3.11 "
16
+ OPENBLAS_COMMIT : " 14b1d339331d "
17
17
OPENBLAS_ROOT : " c:\\ opt"
18
18
19
19
jobs :
Original file line number Diff line number Diff line change 2
2
global :
3
3
# The archive that gets built has name from ``git describe`` on this
4
4
# commit.
5
- - BUILD_COMMIT=v0.3.11
5
+ - OPENBLAS_COMMIT=14b1d339331d
6
6
- REPO_DIR=OpenBLAS
7
7
# Following generated with:
8
8
# travis encrypt -r MacPython/openblas-libs OPENBLAS_LIBS_STAGING_UPLOAD_TOKEN=<secret token value>
@@ -121,7 +121,7 @@ before_install:
121
121
122
122
install :
123
123
# Maybe get and clean and patch source
124
- - clean_code $REPO_DIR $BUILD_COMMIT
124
+ - clean_code $REPO_DIR $OPENBLAS_COMMIT
125
125
126
126
script :
127
127
# Build library and collect into libs subdirectory
You can’t perform that action at this time.
0 commit comments