File: Jenkinsfile

package info (click to toggle)
apertium-srd 1.2.0~r82994-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 6,012 kB
  • sloc: makefile: 72; python: 52; sh: 51; xml: 38
file content (7 lines) | stat: -rw-r--r-- 106 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
node {
   stage 'Checkout'
   checkout scm

   stage 'Build'
   sh "./autogen.sh && make clean && make"
}