mirror of
https://codeberg.org/Toasterson/ips.git
synced 2026-04-10 13:20:42 +00:00
Update Jenkinsfile
This commit is contained in:
parent
28b0236dd7
commit
1e08d5ad2e
1 changed files with 3 additions and 9 deletions
12
Jenkinsfile
vendored
12
Jenkinsfile
vendored
|
|
@ -18,7 +18,7 @@ pipeline {
|
|||
sh '''
|
||||
source $HOME/.profile
|
||||
cargo version
|
||||
gmake
|
||||
cargo build
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
|
@ -27,15 +27,9 @@ pipeline {
|
|||
sh '''
|
||||
source $HOME/.profile
|
||||
cargo version
|
||||
gmake test
|
||||
cargo test
|
||||
'''
|
||||
}
|
||||
}
|
||||
stage('Release') {
|
||||
when { tag "v*" }
|
||||
steps {
|
||||
archiveArtifacts artifacts: 'artifacts/**', fingerprint: true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue