Skip to content

Update Point.h

Update Point.h #102

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-20.04
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
- uses: actions/upload-artifact@v3
with:
name: kactl
path: build/kactl.pdf
retention-days: 1
# - name: Run compiles
# run: make test-compiles
# - name: Run stress tests
# run: make test