Mise à jour de 'Jenkinsfile'
All checks were successful
git.nyyu.dev/CGGItemSets/master This commit looks good

This commit is contained in:
nyyu 2019-08-08 11:33:40 +02:00
parent 687b97b6b2
commit 14c6f0d68d

5
Jenkinsfile vendored
View file

@ -6,11 +6,6 @@ pipeline {
checkout scm checkout scm
} }
} }
stage('install') {
steps {
sh 'cargo install cross'
}
}
stage('build') { stage('build') {
steps { steps {
sh '~/.cargo/bin/cross build --target x86_64-pc-windows-gnu --release' sh '~/.cargo/bin/cross build --target x86_64-pc-windows-gnu --release'