Compare commits
16 Commits
pip_2.39
...
efeab7fc37
| Author | SHA1 | Date | |
|---|---|---|---|
| efeab7fc37 | |||
|
|
4d72bec451 | ||
|
|
a74f845cee | ||
| af9493cf67 | |||
| da1c314ad8 | |||
| 4195aa9f52 | |||
|
|
e57a2a6364 | ||
| 925e496561 | |||
|
|
9377c30c58 | ||
|
|
41dbad5921 | ||
|
|
e0f4935345 | ||
|
|
bde2c85591 | ||
|
|
9fddb4445a | ||
|
|
9725423074 | ||
|
|
08446a58ba | ||
|
|
6a26324d62 |
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -19,6 +19,7 @@ def build_docker(name, release_dir) {
|
||||
}
|
||||
return "\n - ${image_name}"
|
||||
}
|
||||
properties([[$class: 'BuildDiscarderProperty', strategy: [$class: 'LogRotator', artifactDaysToKeepStr: '', artifactNumToKeepStr: '10', daysToKeepStr: '', numToKeepStr: '20']], copyArtifactPermission('*')]);
|
||||
node {
|
||||
stage("checkout") {
|
||||
checkout scm
|
||||
@@ -49,3 +50,4 @@ node {
|
||||
archiveArtifacts 'release/*'
|
||||
echo "${_msg}"
|
||||
}
|
||||
|
||||
|
||||
2
cd
2
cd
Submodule cd updated: 556191d443...fcaddf6ec8
2
cmake
2
cmake
Submodule cmake updated: 7bca337d1f...46526851f5
@@ -6,7 +6,7 @@ ARG JOBS_COUNT=4
|
||||
ENV PATH=/opt/cmake/bin:$PATH
|
||||
|
||||
WORKDIR /soft
|
||||
RUN git clone -b master --single-branch --depth 1 --recursive https://git.shs.tools/SHS/shstk.git
|
||||
RUN git clone -b release --single-branch --depth 1 --recursive https://git.shs.tools/SHS/shstk.git
|
||||
|
||||
WORKDIR /soft/shstk_build_debian
|
||||
RUN cmake -G Ninja -DICU=0 -DLOCAL=0 -DQGLENGINE=1 -DQGLVIEW=1 -DHAS_GL=0 -DBUILD_NUMBER=${LIBS_BUILD_NUMBER} ../shstk \
|
||||
|
||||
@@ -6,7 +6,7 @@ ARG JOBS_COUNT=4
|
||||
ENV PATH=/opt/cmake/bin:$PATH
|
||||
|
||||
WORKDIR /soft
|
||||
RUN git clone -b master --single-branch --depth 1 --recursive https://git.shs.tools/SHS/shstk.git
|
||||
RUN git clone -b release --single-branch --depth 1 --recursive https://git.shs.tools/SHS/shstk.git
|
||||
|
||||
WORKDIR /soft/shstk_build_debian
|
||||
RUN cmake -G Ninja -DICU=0 -DLOCAL=0 -DQGLENGINE=1 -DQGLVIEW=1 -DHAS_GL=0 -DBUILD_NUMBER=${LIBS_BUILD_NUMBER} ../shstk \
|
||||
|
||||
@@ -6,7 +6,7 @@ ARG JOBS_COUNT=4
|
||||
ENV PATH=/opt/cmake/bin:$PATH
|
||||
|
||||
WORKDIR /soft
|
||||
RUN git clone -b master --single-branch --depth 1 --recursive https://git.shs.tools/SHS/shstk.git
|
||||
RUN git clone -b release --single-branch --depth 1 --recursive https://git.shs.tools/SHS/shstk.git
|
||||
|
||||
WORKDIR /soft/shstk_build_ubuntu
|
||||
RUN cmake -G Ninja -DICU=0 -DLOCAL=0 -DQGLENGINE=1 -DQGLVIEW=1 -DHAS_GL=0 -DBUILD_NUMBER=${LIBS_BUILD_NUMBER} ../shstk \
|
||||
|
||||
2
pip
2
pip
Submodule pip updated: 8551499a5e...f07f814b08
2
qad
2
qad
Submodule qad updated: cddc0b6d91...4e01ad4465
Submodule qglengine updated: 80e5f76ee4...c865f9fc94
Reference in New Issue
Block a user