mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-22 19:38:06 -04:00
remove remnants of previous build attempts
This commit is contained in:
parent
b755013f62
commit
660bd42d2b
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
if [ "$ANALYZE" = "true" ] ; then
|
if [ "$ANALYZE" = "true" ] ; then
|
||||||
cppcheck --error-exitcode=1 -j2 -DRANGECHECK -iSource/win_opendir.c -ISource Source toolsrc 2> stderr.txt
|
cppcheck --error-exitcode=1 -j2 -DRANGECHECK -ISource Source toolsrc 2> stderr.txt
|
||||||
RET=$?
|
RET=$?
|
||||||
if [ -s stderr.txt ]
|
if [ -s stderr.txt ]
|
||||||
then
|
then
|
||||||
@ -10,6 +10,7 @@ if [ "$ANALYZE" = "true" ] ; then
|
|||||||
else
|
else
|
||||||
set -e
|
set -e
|
||||||
export VERBOSE=1
|
export VERBOSE=1
|
||||||
|
rm -rf CMakeCache.txt CMakeFiles/
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
cmake -G "Unix Makefiles" "$CROSSRULE" .. -DENABLE_WERROR=ON
|
cmake -G "Unix Makefiles" "$CROSSRULE" .. -DENABLE_WERROR=ON
|
||||||
make
|
make
|
||||||
|
Loading…
x
Reference in New Issue
Block a user