This commit is contained in:
parent
dc37db4781
commit
8ecf8eb8f5
1 changed files with 1 additions and 0 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
|
@ -10,6 +10,7 @@ pipeline {
|
|||
label "built-in"
|
||||
}
|
||||
steps {
|
||||
sh("git submodule update --init --recursive --force")
|
||||
sh("make -j4 CC=musl-gcc LDFLAGS=-static")
|
||||
archiveArtifacts("taiga")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue