This commit is contained in:
parent
b57145f7ff
commit
1988f9f111
1 changed files with 0 additions and 20 deletions
20
Jenkinsfile
vendored
20
Jenkinsfile
vendored
|
@ -1,20 +0,0 @@
|
||||||
pipeline {
|
|
||||||
agent { label 'master' }
|
|
||||||
stages {
|
|
||||||
stage('sources') {
|
|
||||||
steps {
|
|
||||||
checkout scm
|
|
||||||
}
|
|
||||||
}
|
|
||||||
stage('build') {
|
|
||||||
steps {
|
|
||||||
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
Reference in a new issue