repo.or.cz
/
piglit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ext_direct_state_access: add test for glNamedCopyBufferSubDataEXT
[piglit.git]
/
.gitlab-ci.yml
blob
0d70a263012c493ea86bcecac5e31fb84e9d8dc5
1
pages:
2
image: alpine
3
script:
4
- apk --no-cache add py2-pip python-dev
5
- pip install sphinx
6
- pip install Flask-Sphinx-Themes
7
- cd docs
8
- ./build-html.sh
9
- mv _build/html/ ../public/
10
artifacts:
11
paths:
12
- public
13
only:
14
refs:
15
- master
16
changes:
17
- docs/**