blob: ce71be0db30eae50e2f4e4b0860d58af6cb2780c [file] [log] [blame]
name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: setup python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: install packages
run: pip install -r tools/requirements.txt
- name: check .rst document syntax
run: tools/check-rst-syntax.sh
- name: generate and check intrinsic specs (rst)
run: tools/generate-intrinsics-specs.sh
- name: build PDFs
run: tools/generate-pdfs.sh
- uses: actions/upload-artifact@v2
with:
name: pdfs
path: pdfs