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
14c6f0d68d
commit
a5c25f9bbc
1 changed files with 5 additions and 0 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -11,5 +11,10 @@ pipeline {
|
|||
sh '~/.cargo/bin/cross build --target x86_64-pc-windows-gnu --release'
|
||||
}
|
||||
}
|
||||
stage('dist') {
|
||||
steps {
|
||||
archiveArtifacts artifacts: 'target/x86_64-pc-windows-gnu/release/cggitem_sets.exe'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue