ext_direct_state_access: add test for glNamedCopyBufferSubDataEXT
[piglit.git] / .gitlab-ci.yml
blob0d70a263012c493ea86bcecac5e31fb84e9d8dc5
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/**