Skip to content

Commit

Permalink
minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bashbaug committed Mar 19, 2024
1 parent 2ee25fb commit 2b8c2c2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on: [push, pull_request]

jobs:
build:
name: Build all specs
runs-on: ubuntu-latest

steps:
Expand All @@ -30,17 +31,17 @@ jobs:
run: |
git describe --tags --dirty
- name: Generate all specs
- name: Generate core specs
run: |
make -O -j 5 api c env ext cxx4opencl
make -O -j5 api c env ext cxx4opencl
- name: Generate extension specs
run: |
make extensionshtml
- name: Generate reference pages
run: |
make -O -j 5 manhtmlpages
make -O -j manhtmlpages
- name: Validate XML
run: |
Expand Down

0 comments on commit 2b8c2c2

Please sign in to comment.