Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tic
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wenyuanbo
tic
Commits
28edb461
Commit
28edb461
authored
May 24, 2017
by
Tianqi Chen
Committed by
GitHub
May 24, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CI] Force doc build pass to mark success (#158)
parent
bc819820
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
docs/faq.md
+1
-1
tests/ci_build/Dockerfile.gpu
+4
-0
tests/scripts/task_python_docs.sh
+1
-1
No files found.
docs/faq.md
View file @
28edb461
...
...
@@ -4,7 +4,7 @@ This document contains frequently asked questions.
How to Install
--------------
See
[
Installation
](
how_to/install.md
)
See
[
Installation
](
h
ttps://github.com/dmlc/tvm/blob/master/docs/h
ow_to/install.md
)
TVM's relation to XLA
---------------------
...
...
tests/ci_build/Dockerfile.gpu
View file @
28edb461
...
...
@@ -10,6 +10,10 @@ RUN bash /install/ubuntu_install_llvm.sh
RUN bash /install/ubuntu_install_opencl.sh
RUN bash /install/ubuntu_install_iverilog.sh
# Fix recommonmark to latest version
RUN git clone https://github.com/rtfd/recommonmark
RUN cd recommonmark; python setup.py install
# Environment variables
ENV PATH=/usr/local/nvidia/bin:${PATH}
ENV PATH=/usr/clang+llvm-4.0.0-x86_64-linux-gnu-ubuntu-14.04/bin:${PATH}
...
...
tests/scripts/task_python_docs.sh
View file @
28edb461
#!/bin/bash
cd
docs
PYTHONPATH
=
../python make html
PYTHONPATH
=
../python make html
||
exit
-1
cd
_build/html
tar
czf docs.tgz
*
mv docs.tgz ../../../
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment