-
Notifications
You must be signed in to change notification settings - Fork 104
/
Copy pathdoc-independent-build.yaml
37 lines (37 loc) · 1.1 KB
/
doc-independent-build.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
%YAML 1.1
# ROS buildfarm doc-build file
---
documentation_type: make_target
doc_repositories:
- https://github.com/ros-infrastructure/catkin_pkg.git
- https://github.com/ros-infrastructure/rep.git
- https://github.com/ros-infrastructure/rosdep.git
- https://github.com/ros-infrastructure/rosdistro.git
- https://github.com/ros-infrastructure/rospkg.git
- https://github.com/vcstools/rosinstall.git
- https://github.com/vcstools/vcstools.git
install_apt_packages:
- python-catkin-pkg-modules
- python-dateutil
- python-wstool
- python-yaml
install_pip_packages:
- catkin-sphinx
- sphinx==1.8.5 # pinned https://github.com/ros-infrastructure/ros_buildfarm/issues/614
- xmlschema==1.0.18 # pinned because 1.1 only supports python >= 3.5 remove when upgrading to python3
jenkins_job_priority: 80
jenkins_job_timeout: 30
notifications:
emails:
targets:
ubuntu:
trusty:
amd64:
type: doc-build
upload_credential_id: 1e7d4696-7fd4-4bc6-8c87-ebc7b6ce16e5
upload_host: ros.osuosl.org
upload_root: /home/rosbot/docs
upload_user: rosbot
version: 2