Adding upstream version 0.7.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
7f70a05c55
commit
dc2839d325
99 changed files with 6727 additions and 943 deletions
15
tools/ci-build.sh
Executable file
15
tools/ci-build.sh
Executable file
|
@ -0,0 +1,15 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# Skeleton for continuous integration testing.
|
||||
##############################################################################
|
||||
|
||||
set -x
|
||||
|
||||
export CFLAGS="-DITERATE=400 -DPAIRS_S=100 -DITERATIONS=24 -DSTEPS=10000"
|
||||
./configure $@
|
||||
|
||||
if [ `uname -s` = "FreeBSD" ]; then
|
||||
make -j $(sysctl -n hw.ncpu)
|
||||
else
|
||||
make -j
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue