Compare commits

...

15 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
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
5 changed files with 4 additions and 31 deletions

27
Jenkinsfile vendored
View File

@@ -49,30 +49,3 @@ node {
archiveArtifacts 'release/*' archiveArtifacts 'release/*'
echo "${_msg}" 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: 831f202536...28ce6e8f3f

2
qad

Submodule qad updated: 853677cabe...4c0e61fdb6