Mise à jour de 'Jenkinsfile'
All checks were successful
git.nyyu.dev/CGGItemSets/master This commit looks good
All checks were successful
git.nyyu.dev/CGGItemSets/master This commit looks good
This commit is contained in:
parent
687b97b6b2
commit
14c6f0d68d
1 changed files with 0 additions and 5 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -6,11 +6,6 @@ pipeline {
|
|||
checkout scm
|
||||
}
|
||||
}
|
||||
stage('install') {
|
||||
steps {
|
||||
sh 'cargo install cross'
|
||||
}
|
||||
}
|
||||
stage('build') {
|
||||
steps {
|
||||
sh '~/.cargo/bin/cross build --target x86_64-pc-windows-gnu --release'
|
||||
|
|
Loading…
Add table
Reference in a new issue