Skip to content

fixing setK crash

fixing setK crash #135

Workflow file for this run

name: Linux+Docs Build
on: [push]
jobs:
build-ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: configure
run: mkdir build && cd build && cmake -DCMAKE_CXX_FLAGS="-Werror" ..
- name: build
run: cmake --build build
- name: test
run: cd build && ctest
- name: Doxygen Action
uses: mattnotmitt/doxygen-action@v1.3.1
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
enable_jekyll: true
publish_dir: ./doxygen
destination_dir: ./doxygen