parent
4db4dca7ec
commit
5ef9cd1500
|
|
@ -1,15 +1,6 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
stages {
|
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') {
|
stage('Build') {
|
||||||
when {
|
when {
|
||||||
branch 'master'
|
branch 'master'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue