Testing with Jenkins
All checks were successful
Gitea Organization/dotfiles/pipeline/head This commit looks good
All checks were successful
Gitea Organization/dotfiles/pipeline/head This commit looks good
This commit is contained in:
parent
c587705f5a
commit
9798dfe5cb
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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 'sudo apk add pkgconf musl-dev curl'
|
sh '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'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user