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

Commit a42b58e

Browse files
committed
clean up
1 parent f8b0fee commit a42b58e

2 files changed

Lines changed: 3 additions & 22 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
products/
2+
downloads/
3+
build/

build_tarballs.jl

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -19,28 +19,6 @@ cd spatialindex-src-1.8.5/
1919
./configure --prefix=$prefix --host=$target
2020
make
2121
make install
22-
23-
if [ $target = "x86_64-w64-mingw32" ]; then
24-
cd $WORKSPACE/srcdir
25-
ls
26-
cd ..
27-
ls
28-
cd destdir/
29-
ls
30-
cd bin/
31-
ls
32-
cd ..
33-
cd ..
34-
cd metadir/
35-
ls
36-
cd ../srcdir/
37-
ls
38-
cd spatialindex-src-1.8.5/
39-
ls
40-
exit
41-
42-
fi
43-
4422
"""
4523

4624
# These are the platforms we will build for by default, unless further

0 commit comments

Comments
 (0)