Fixing the build
This commit is contained in:
parent
b37347d8b9
commit
1dbc2c518a
|
@ -0,0 +1,2 @@
|
||||||
|
FROM schemers/gauche
|
||||||
|
RUN apt update && apt install -y make wget
|
|
@ -19,6 +19,7 @@ pipeline {
|
||||||
stages {
|
stages {
|
||||||
stage("Build") {
|
stage("Build") {
|
||||||
steps {
|
steps {
|
||||||
|
sh 'make clean'
|
||||||
sh 'make'
|
sh 'make'
|
||||||
archiveArtifacts artifacts: 'setup_*.exe'
|
archiveArtifacts artifacts: 'setup_*.exe'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue