Skip to content

TOOLS: Add perftest msg size multiplication factor flag #2818

TOOLS: Add perftest msg size multiplication factor flag

TOOLS: Add perftest msg size multiplication factor flag #2818

Workflow file for this run

name: Docs
on: [push, pull_request]
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends doxygen doxygen-latex
- uses: actions/checkout@v1
- name: Build UCC docs
run: |
./autogen.sh
./configure --with-docs-only
make docs
- name: Upload docs
uses: actions/upload-artifact@v2
with:
name: Docs
path: ${{ github.workspace }}/docs/doxygen-doc/ucc.pdf
retention-days: 7