mirror of
https://github.com/lxsang/silk.git
synced 2025-04-17 09:56:44 +02:00
This commit is contained in:
parent
32577500de
commit
adb81580a3
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -4,7 +4,7 @@ def build_plugin()
|
|||||||
set -e
|
set -e
|
||||||
cd $WORKSPACE
|
cd $WORKSPACE
|
||||||
mkdir -p build/$arch/opt/www
|
mkdir -p build/$arch/opt/www
|
||||||
[ -f Makefile ] && make clean
|
[ -f Makefile ] && make clean || true
|
||||||
libtoolize
|
libtoolize
|
||||||
aclocal
|
aclocal
|
||||||
autoconf
|
autoconf
|
||||||
@ -103,4 +103,4 @@ pipeline{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user