Merge pull request 'Jenkinsfile' (#109) from master into release
Some checks failed
SHS Gitea/shstk/pipeline/head Something is wrong with the build of this commit

Reviewed-on: https://git.shs.tools/SHS/shstk/pulls/109
This commit was merged in pull request #109.
This commit is contained in:
2021-08-18 22:03:58 +03:00

1
Jenkinsfile vendored
View File

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