Skip to content

Commit

Permalink
Debugging batch jobs was fun. In 1965.
Browse files Browse the repository at this point in the history
  • Loading branch information
oddhack committed Jul 9, 2024
1 parent 2d7609f commit f0582c4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ jobs:
run: |
make -C xml validate
- name: Generate core specs (HTML only, for testing)
- name: Generate core specs (full, single threaded)
run: |
python3 makeSpec -clean -spec core QUIET= OUTDIR=out.core -O pdf html
python3 makeSpec -clean -spec core QUIET= OUTDIR=out.core/full-nopar -O api c env ext cxx4opencl
- name: Generate core specs (full, -j)
run: |
python3 makeSpec -clean -spec core QUIET= OUTDIR=out.core/full-par -O -j 5 api c env ext cxx4opencl

0 comments on commit f0582c4

Please sign in to comment.