Merge pull request 'master' (#111) from master into release
All checks were successful
SHS Gitea/shstk/pipeline/head This commit looks good

Reviewed-on: https://git.shs.tools/SHS/shstk/pulls/111
This commit was merged in pull request #111.
This commit is contained in:
2021-08-19 18:38:28 +03:00
2 changed files with 3 additions and 2 deletions

3
Jenkinsfile vendored
View File

@@ -34,7 +34,8 @@ node {
_envmap["${_n}"] = "${_v}";
}
sh "mkdir -p ${rel_dir}"
sh "rm -rvf ${rel_dir}/* | true"
sh "rm -rvf ${rel_dir}"
sh "mkdir -p ${rel_dir}"
def _msg = "Built images:"
def platforms = ['debian', 'osx', 'windows', 'windows32', 'android', 'pi', 'ubuntu']
for (int i = 0; i < platforms.size(); ++i) {

2
pip

Submodule pip updated: 44b9c37391...3c20728210