1
0
mirror of https://github.com/lxsang/sysmond.git synced 2024-06-29 08:19:48 +02:00

Update Jenkinsfile

This commit is contained in:
Dany LE 2022-08-04 11:50:58 +02:00 committed by GitHub
parent 8dbf751ba7
commit ffe49ee1e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View File

@ -3,7 +3,7 @@ def do_build()
sh '''
set -e
cd $WORKSPACE
mkdir -p build/$arch
mkdir -p build/$arch/etc/systemd/system/
[ -f Makefile ] && make clean
libtoolize
aclocal