Compare commits
3 Commits
hardknott
...
add-more-c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0d4f726e89 | ||
|
|
1119c88ec3 | ||
|
|
0c02af0d86 |
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@@ -17,8 +17,11 @@ for (int i = 0; i < targets.size(); i++) {
|
||||
stage("fetch $machine") {
|
||||
sh "GIT_LOCAL_REF_DIR=/srv/git-cache/ ./scripts/fetch.sh master"
|
||||
}
|
||||
stage("build $machine") {
|
||||
sh "MACHINE=${machine} ./scripts/build.sh"
|
||||
stage("build glibc $machine") {
|
||||
sh "MACHINE=${machine} TCLIBC=glibc ./scripts/build.sh"
|
||||
}
|
||||
stage("build musl $machine") {
|
||||
sh "MACHINE=${machine} TCLIBC=musl ./scripts/build.sh"
|
||||
}
|
||||
} catch (e) {
|
||||
echo "Caught: ${e}"
|
||||
|
||||
Reference in New Issue
Block a user