Compare commits

...

3 Commits

Author SHA1 Message Date
854f1dc3e9 Merge pull request 'master' (#12) from master into release
All checks were successful
SHS Gitea/libs/pipeline/head This commit looks good
2020-05-11 12:01:41 +03:00
965d845a64 pip 2020-05-11 12:00:40 +03:00
682e493fa3 Jenkins: add stages 2020-05-08 22:26:56 +03:00
2 changed files with 4 additions and 2 deletions

4
Jenkinsfile vendored
View File

@@ -29,7 +29,9 @@ node {
for (int i = 0; i < platforms.size(); ++i) {
//echo "check BUILD_${platforms[i]} -> ${_v}"
if (_envmap["BUILD_${platforms[i]}"] == "1") {
_msg += build_docker("${platforms[i]}")
stage("${platforms[i]}-libs") {
_msg += build_docker("${platforms[i]}")
}
}
}
echo "${_msg}"

2
pip

Submodule pip updated: 25ddc832af...e85275c587