Skip to content
This repository was archived by the owner on Jan 1, 2020. It is now read-only.

Commit ab38f9c

Browse files
committed
Upload build.jl
1 parent 3045ba5 commit ab38f9c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ deploy:
2929
provider: releases
3030
api_key: "$OATH_TOKEN"
3131
file_glob: true
32-
file: products/*.tar.gz
32+
file: products/*
3333
skip_cleanup: true
3434
on:
3535
repo: Gnimuc/L-BFGS-B-Builder

build_tarballs.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ script = raw"""
1212
cd $WORKSPACE/srcdir
1313
cd Lbfgsb.3.0/
1414
15-
cat > Makefile.patch << 'EOP'
15+
cat > Makefile.patch << 'END'
1616
--- Makefile
1717
+++ Makefile
1818
@@ -1,37 +1,30 @@
@@ -72,7 +72,7 @@ cat > Makefile.patch << 'EOP'
7272
+install :
7373
+ mkdir -p $(WORKSPACE)/destdir/$(LIB_SEARCH_PATH)
7474
+ cp -f liblbfgsb*$(SHLIB_EXT) $(WORKSPACE)/destdir/$(LIB_SEARCH_PATH)/
75-
EOP
75+
END
7676
7777
patch --ignore-whitespace < Makefile.patch
7878

0 commit comments

Comments
 (0)