Updated to jenkins and gitea #4

Merged
root merged 18 commits from jenkins into installer 2023-02-12 22:36:02 +00:00
Showing only changes of commit c587705f5a - Show all commits

2
Jenkinsfile vendored
View File

@ -9,7 +9,7 @@ pipeline {
RUSTFLAGS = '-C target-feature=+crt-static -C link-self-contained=yes -C link-arg=-s'
}
steps {
sh 'apk add pkgconf musl-dev curl'
sh 'sudo apk add pkgconf musl-dev curl'
sh 'cargo build --release --target x86_64-unknown-linux-musl'
sh 'ls -la'
}