This commit is contained in:
parent
edc076aae3
commit
15e04f9407
1 changed files with 0 additions and 12 deletions
12
Jenkinsfile
vendored
12
Jenkinsfile
vendored
|
|
@ -17,18 +17,6 @@ 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 clean")
|
||||
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