Compare commits

..

32 Commits

Author SHA1 Message Date
ea57bc5cbd pip 2.39 2022-08-08 10:36:38 +03:00
d8b843c8e8 PIP 2.99, new SHSTKMacros 2022-08-07 22:08:21 +03:00
Бычков Анлрей
56bd00ed11 Merge branch 'master' of https://git.shs.tools/SHS/shstk 2022-06-09 13:50:42 +03:00
Бычков Анлрей
2faecd4183 update submodules 2022-06-09 13:50:36 +03:00
Бычков Анлрей
e0f3df2217 Merge branch 'release' of https://git.shs.tools/SHS/shstk 2022-06-09 13:46:48 +03:00
b8804524d4 Merge pull request 'new graphic, old pip' (#146) from graphic into release
Some checks failed
SHS Gitea/shstk/pipeline/head There was a failure building this commit
Reviewed-on: https://git.shs.tools/SHS/shstk/pulls/146
2022-06-09 13:41:17 +03:00
Бычков Анлрей
4d9ad58f11 piintrospector fixes 2022-06-09 13:40:28 +03:00
000114b53f pip 2.39 and all other 2022-06-09 13:23:55 +03:00
Бычков Анлрей
2877d2e642 fix for new pip 2022-06-09 12:34:03 +03:00
Бычков Анлрей
93f329e26e new graphic, old pip 2022-06-09 11:24:54 +03:00
25a15485a5 graphic
Some checks failed
SHS Gitea/shstk/pipeline/head There was a failure building this commit
2022-05-12 08:15:54 +03:00
10266e2f2c теперь собирается
Some checks failed
SHS Gitea/shstk/pipeline/head Something is wrong with the build of this commit
2022-05-12 07:28:04 +03:00
17e292bc58 new PIP 2022-05-03 18:57:16 +03:00
0ab1cdaddd pip 2022-04-23 00:45:01 +03:00
f9385b74c4 pip 2022-04-22 23:25:35 +03:00
178f7ad40e pip 2022-04-22 21:53:05 +03:00
df7808a84f Jenkinsfile, pip 2022-04-22 21:19:31 +03:00
cf212c8d47 Merge pull request 'master' (#145) from master into release
Some checks failed
SHS Gitea/shstk/pipeline/head There was a failure building this commit
Reviewed-on: https://git.shs.tools/SHS/shstk/pulls/145
2022-04-20 17:07:57 +03:00
Andrey
7a3fb8218b Merge branch 'master' of https://git.shs.tools/SHS/shstk 2022-04-20 17:07:22 +03:00
Andrey
f473119d29 graphic ru lang 2022-04-20 17:07:15 +03:00
816be49239 Merge pull request 'pip' (#144) 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/144
2022-03-25 17:55:09 +03:00
c9a0a0d69a pip 2022-03-25 17:55:00 +03:00
57aa78c740 Merge pull request 'pip' (#143) from master into release
Some checks failed
SHS Gitea/shstk/pipeline/head There was a failure building this commit
Reviewed-on: https://git.shs.tools/SHS/shstk/pulls/143
2022-03-25 17:50:38 +03:00
5874e5e1ac pip 2022-03-25 17:47:54 +03:00
63d8d365b8 Merge pull request 'PIString and PIChar fixes 4' (#142) 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/142
2022-03-25 15:10:51 +03:00
Andrey
df9ed5de85 PIString and PIChar fixes 4 2022-03-25 15:10:42 +03:00
dfa5a1a394 Merge pull request 'PIString and PIChar fixes 3' (#141) 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/141
2022-03-25 14:10:56 +03:00
Andrey
6df7387815 PIString and PIChar fixes 3 2022-03-25 14:10:47 +03:00
349ee2ccb5 Merge pull request 'PIString and PIChar fixes 2' (#140) from master into release
Some checks failed
SHS Gitea/shstk/pipeline/head There was a failure building this commit
Reviewed-on: https://git.shs.tools/SHS/shstk/pulls/140
2022-03-25 14:07:59 +03:00
Andrey
d04fd3cba4 PIString and PIChar fixes 2 2022-03-25 14:07:49 +03:00
446a6734d7 Merge pull request 'PIString and PIChar fixes' (#139) from master into release
Some checks failed
SHS Gitea/shstk/pipeline/head There was a failure building this commit
Reviewed-on: https://git.shs.tools/SHS/shstk/pulls/139
2022-03-25 13:49:55 +03:00
Andrey
abf8e1e6c6 PIString and PIChar fixes 2022-03-25 13:49:44 +03:00
5 changed files with 4 additions and 31 deletions

27
Jenkinsfile vendored
View File

@@ -49,30 +49,3 @@ node {
archiveArtifacts 'release/*'
echo "${_msg}"
}
pipeline {
agent {
label 'master'
}
options {
copyArtifactPermission('*');
buildDiscarder(logRotator(numToKeepStr: "20", artifactNumToKeepStr: "10"))
}
stages {
stage("PIP doc") {
steps {
checkout scm
sh "rm -rf share"
sh "rm -vf *.zip"
sh "mkdir -p build"
sh "cd build && cmake -DLOCAL=1 -DCMAKE_INSTALL_PREFIX=`pwd` -DDOC_LANG=English -DDOC_DIR=en ../ && make doc"
sh "cd build && cmake -DLOCAL=1 -DCMAKE_INSTALL_PREFIX=`pwd` -DDOC_LANG=Russian -DDOC_DIR=ru ../ && make doc"
sh "cd share/doc && zip -r ../../pip_doc.zip pip"
sh "cp share/doc/pip/html/en/pip_en.qch ./"
sh "cp share/doc/pip/html/ru/pip_ru.qch ./"
archiveArtifacts 'pip_doc.zip'
archiveArtifacts 'pip_en.qch'
archiveArtifacts 'pip_ru.qch'
}
}
}
}

2
cd

Submodule cd updated: 7164a8447c...7a16d76753

2
cmake

Submodule cmake updated: 6063123ee0...61699f2283

2
pip

Submodule pip updated: 8bb1af8d2a...28ce6e8f3f

2
qad

Submodule qad updated: 2319b77f84...4c0e61fdb6