Skip to content

Commit

Permalink
Restore all CI stages
Browse files Browse the repository at this point in the history
  • Loading branch information
oddhack committed Jul 9, 2024
1 parent f8068f1 commit 36a9e0d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ jobs:
run: |
python3 makeSpec -clean -spec core OUTDIR=out.core QUIET= -j -O api c env ext cxx4opencl
# - name: Generate core + extension specs (HTML)
# run: |
# python3 makeSpec -clean -spec khr OUTDIR=out.khr -j -O html
#
# - name: Generate reference pages
# run: |
# python3 makeSpec -spec khr OUTDIR=out.refpages -j -O manhtmlpages
- name: Generate core + extension specs (HTML)
run: |
python3 makeSpec -clean -spec khr OUTDIR=out.khr QUIET= -j -O html
- name: Generate reference pages
run: |
python3 makeSpec -spec khr OUTDIR=out.refpages QUIET= -j -O manhtmlpages

0 comments on commit 36a9e0d

Please sign in to comment.