Skip to content

github: Use piping for multiple commands in Actions #2

github: Use piping for multiple commands in Actions

github: Use piping for multiple commands in Actions #2

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-build
- name: build
run: make -j
- name: test
run: ctest