Mise à jour de 'Jenkinsfile'
Some checks failed
git.nyyu.dev/CGGItemSets/master There was a failure building this commit

This commit is contained in:
nyyu 2019-08-08 11:32:21 +02:00
parent 7c96fd6bce
commit 687b97b6b2

2
Jenkinsfile vendored
View File

@ -13,7 +13,7 @@ pipeline {
}
stage('build') {
steps {
sh 'cross build --target x86_64-pc-windows-gnu --release'
sh '~/.cargo/bin/cross build --target x86_64-pc-windows-gnu --release'
}
}
}