Skip to content

refactor(rename executable): it was matching the name of a directory #5

refactor(rename executable): it was matching the name of a directory

refactor(rename executable): it was matching the name of a directory #5

Workflow file for this run

name: CMake CI/CD
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
BUILD_TYPE: Release
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Configure CMake
run: cmake .
- name: Build
run: make
- name: Test
run: ./unit_test