Skip to content

feat(calculator and error): add class calculator and error #4

feat(calculator and error): add class calculator and error

feat(calculator and error): add class calculator and error #4

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