enable debug
Some checks failed
pyrite-dev/taiga/pipeline/head There was a failure building this commit
Some checks failed
pyrite-dev/taiga/pipeline/head There was a failure building this commit
This commit is contained in:
parent
36d7eb30cb
commit
bb8d3242c6
1 changed files with 11 additions and 0 deletions
11
Jenkinsfile
vendored
11
Jenkinsfile
vendored
|
|
@ -16,6 +16,17 @@ pipeline {
|
|||
archiveArtifacts("taiga-linux64")
|
||||
}
|
||||
}
|
||||
stage("Build for Linux 64-bit (Debug)") {
|
||||
agent {
|
||||
label "built-in"
|
||||
}
|
||||
steps {
|
||||
sh("git submodule update --init --recursive --force")
|
||||
sh("make -j4 CC='musl-gcc -g' LDFLAGS=-static")
|
||||
sh("mv taiga taiga-debug-linux64")
|
||||
archiveArtifacts("taiga-debug-linux64")
|
||||
}
|
||||
}
|
||||
stage("Build for Windows 32-bit") {
|
||||
agent {
|
||||
label "built-in"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue