beginning to add tests
[sfpy.git] / docker-build-wheels.sh
index d328c08aa6735c049f0ce7c2802cc044bd4735c1..bf7dc1c75daf245494d9f1d0551cc7341a301dd2 100755 (executable)
@@ -1,7 +1,8 @@
 #!/bin/bash
 set -e -x
 cd /io/
-ls
+
+rm -f wheelhouse/*.whl
 
 (cd SoftPosit/build/Linux-x86_64-GCC; make clean; make)
 (cd berkeley-softfloat-3/build/Linux-x86_64-GCC; make clean; make)