Skip to content

Commit

Permalink
update for the new spec toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
bashbaug committed Mar 20, 2024
1 parent a18ad84 commit 201e037
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,30 +18,31 @@ jobs:

- name: Install required packages
run: |
sudo apt-get install -y libpango1.0-dev libwebp-dev ghostscript fonts-lyx jing
sudo apt-get install -y libpango1.0-dev libwebp-dev ghostscript fonts-lyx jing libavalon-framework-java libbatik-java python3-pyparsing
sudo gem install asciidoctor -v 2.0.16
sudo gem install coderay -v 1.1.1
sudo gem install rouge -v 3.19.0
sudo gem install ttfunk -v 1.7.0
sudo gem install hexapdf -v 0.27.0
sudo gem install asciidoctor-pdf -v 2.3.4
sudo gem install asciidoctor-mathematical -v 0.3.5
sudo pip install pyparsing
- name: List git tag
run: |
git describe --tags --dirty
- name: Generate core specs
- name: Generate core specs (HTML and PDF)
run: |
make -O -j5 api c env ext cxx4opencl
python3 makeSpec -clean -spec core OUTDIR=out.core -j 5 api c env ext cxx4opencl
- name: Generate extension specs
- name: Generate core + extension specs (HTML)
run: |
make extensionshtml
python3 makeSpec -clean -spec khr OUTDIR=out.khr -j 12 html
- name: Generate reference pages
run: |
make -O -j manhtmlpages
python3 makeSpec -spec khr OUTDIR=out.refpages -j 12 manhtmlpages
- name: Validate XML
run: |
Expand Down

0 comments on commit 201e037

Please sign in to comment.