Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
oddhack committed Jul 1, 2024
1 parent 3e83689 commit dbf812c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@ jobs:
fetch-depth: 0
submodules: recursive

- name: Understand CI file / repo structure and ownership
run: |
/bin/pwd
id -u
id -g
ls -la .
ls -la ..
- name: Generate core specs (HTML and PDF)
run: |
python3 makeSpec -clean -spec core OUTDIR=out.core -j 5 api c env ext cxx4opencl
Expand Down

0 comments on commit dbf812c

Please sign in to comment.