Testing with Jenkins
Some checks failed
Gitea Organization/dotfiles/pipeline/head There was a failure building this commit

This commit is contained in:
Mutzi 2023-02-11 12:44:44 +01:00
parent 21b30a441f
commit c587705f5a

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' RUSTFLAGS = '-C target-feature=+crt-static -C link-self-contained=yes -C link-arg=-s'
} }
steps { 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 'cargo build --release --target x86_64-unknown-linux-musl'
sh 'ls -la' sh 'ls -la'
} }