metryki
This commit is contained in:
parent
c3fd9b0214
commit
2d522622b1
@ -6,6 +6,8 @@ RUN apt install -y gcc
|
|||||||
RUN gcc --version
|
RUN gcc --version
|
||||||
RUN apt install -y build-essential
|
RUN apt install -y build-essential
|
||||||
RUN git clone https://github.com/usnistgov/SCTK.git
|
RUN git clone https://github.com/usnistgov/SCTK.git
|
||||||
|
RUN apt-get update && \
|
||||||
|
apt-get install -y gnuplot5
|
||||||
WORKDIR SCTK
|
WORKDIR SCTK
|
||||||
RUN make config && make all && make check && make install && make doc
|
RUN make config && make all && make check && make install && make doc
|
||||||
ENV PATH=$PATH:/SCTK/bin
|
ENV PATH=$PATH:/SCTK/bin
|
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -16,6 +16,11 @@ pipeline {
|
|||||||
archiveArtifacts 'wer.tsv'
|
archiveArtifacts 'wer.tsv'
|
||||||
archiveArtifacts 'wikiniews_results_with_wer.tsv'
|
archiveArtifacts 'wikiniews_results_with_wer.tsv'
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
stage('Wykresiki'){
|
||||||
|
steps{
|
||||||
|
build 's416267-plots'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user