Skip to content

Use ll instead of int everywhere #173

Use ll instead of int everywhere

Use ll instead of int everywhere #173

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "*" ]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v2
- name: Install pdflatex
run: sudo apt-get install texlive-latex-base texlive-latex-recommended texlive-latex-extra
- name: Build pdf
run: make kactl
- name: Run compiles
run: make test-compiles
- name: Run stress tests
run: make test