Compare commits
2 Commits
docker_d10
...
developmen
| Author | SHA1 | Date | |
|---|---|---|---|
| 515c66a780 | |||
| 8c20417af9 |
@@ -9,7 +9,7 @@ RUN apt-get --yes install gcc g++ cmake make lcov git valgrind nano iputils-ping
|
|||||||
|
|
||||||
# This should also install Sphinx
|
# This should also install Sphinx
|
||||||
COPY docs/requirements.txt .
|
COPY docs/requirements.txt .
|
||||||
RUN python3 -m pip install -r docs/requirements.txt
|
RUN python3 -m pip install -r requirements.txt
|
||||||
RUN python3 -m pip install breathe
|
RUN python3 -m pip install breathe
|
||||||
|
|
||||||
RUN git clone https://github.com/catchorg/Catch2.git && \
|
RUN git clone https://github.com/catchorg/Catch2.git && \
|
||||||
|
|||||||
2
automation/Jenkinsfile
vendored
2
automation/Jenkinsfile
vendored
@@ -6,7 +6,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
agent {
|
agent {
|
||||||
docker {
|
docker {
|
||||||
image 'fsfw-ci:d6'
|
image 'fsfw-ci:d11'
|
||||||
args '--network host --sysctl fs.mqueue.msg_max=100'
|
args '--network host --sysctl fs.mqueue.msg_max=100'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user