Skip to content

Commit

Permalink
Jenkinsfile: adding the snapshot stage
Browse files Browse the repository at this point in the history
  • Loading branch information
marigostra committed Jun 15, 2024
1 parent c7be76d commit c1d4f2f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ pipeline {

stage('prepare') {
steps {
sh 'mkdir -p out'
dir('base/sounds') {
sh './make'
sh 'cp *.wav ../../luwrain/src/main/resources/org/luwrain/core/sound/'
Expand All @@ -31,5 +32,11 @@ pipeline {
}
}
}

stage 'snapshot' {
dir 'base/scripts' {
sh './lwr-snapshot ../../out'
}
}
}
}

0 comments on commit c1d4f2f

Please sign in to comment.