Skip to content

github: Another fix for CMake build type #4

github: Another fix for CMake build type

github: Another fix for CMake build type #4

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