improve: optimize pipeline + clean C based project before build
Some checks reported errors
gitea-sync/antos/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
DanyLE 2024-03-10 09:13:39 +01:00
parent 84e7a1a1a2
commit 75efb209ea

2
Jenkinsfile vendored
View File

@ -26,7 +26,7 @@ def build_rust_mod() {
RUST_TARGET=$TARGET \
RUSTUP_HOME=/opt/rust/rustup \
CARGO_HOME=/opt/rust/cargo \
make luafcgi frontend
make luafcgi
'''
}