Compare commits
5 Commits
developmen
...
developmen
Author | SHA1 | Date | |
---|---|---|---|
515c66a780 | |||
8c20417af9 | |||
ac817f296b | |||
622ad9ff18
|
|||
f0e4eacac5
|
@ -8,7 +8,8 @@ ARG DEBIAN_FRONTEND=noninteractive
|
||||
RUN apt-get --yes install gcc g++ cmake make lcov git valgrind nano iputils-ping python3 pip doxygen graphviz rsync
|
||||
|
||||
# This should also install Sphinx
|
||||
RUN python3 -m pip install -r docs/requirements.txt
|
||||
COPY docs/requirements.txt .
|
||||
RUN python3 -m pip install -r requirements.txt
|
||||
RUN python3 -m pip install breathe
|
||||
|
||||
RUN git clone https://github.com/catchorg/Catch2.git && \
|
||||
|
6
automation/Jenkinsfile
vendored
6
automation/Jenkinsfile
vendored
@ -6,7 +6,7 @@ pipeline {
|
||||
}
|
||||
agent {
|
||||
docker {
|
||||
image 'fsfw-ci:d6'
|
||||
image 'fsfw-ci:d11'
|
||||
args '--network host --sysctl fs.mqueue.msg_max=100'
|
||||
}
|
||||
}
|
||||
@ -89,7 +89,7 @@ pipeline {
|
||||
when {
|
||||
anyOf {
|
||||
branch 'development';
|
||||
branch pattern: 'development-doc*'
|
||||
branch pattern: 'development-doc-deployment*'
|
||||
}
|
||||
}
|
||||
steps {
|
||||
@ -111,7 +111,7 @@ pipeline {
|
||||
when {
|
||||
anyOf {
|
||||
branch 'master';
|
||||
branch pattern: 'master-doc*'
|
||||
branch pattern: 'master-doc-deployment*'
|
||||
}
|
||||
}
|
||||
steps {
|
||||
|
Reference in New Issue
Block a user