Skip to content

github: Fix build command for CMake #3

github: Fix build command for CMake

github: Fix build command for CMake #3

Workflow file for this run

name: plibsys-ci
on: [push]
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: config
run: |
cd ..
mkdir ./plibsys-build
cd ./plibsys-build
cmake -DCMAKE_BUILD_TYPE_RELEASE ../plibsys
- name: build
run: make -j
- name: test
run: ctest