parent
4db4dca7ec
commit
5ef9cd1500
|
|
@ -1,15 +1,6 @@
|
|||
pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage('Install Dependencies') {
|
||||
when {
|
||||
branch 'master'
|
||||
}
|
||||
steps {
|
||||
echo 'Installing Dependencies'
|
||||
sh '''cargo install --git https://github.com/typst/typst --locked typst-cli'''
|
||||
}
|
||||
}
|
||||
stage('Build') {
|
||||
when {
|
||||
branch 'master'
|
||||
|
|
|
|||
Loading…
Reference in New Issue