Skip to content

feat(infinite number): class to make basic calculs #19

feat(infinite number): class to make basic calculs

feat(infinite number): class to make basic calculs #19

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: |
mkdir build/
cd build/
cmake ..
- name: Build
working-directory: build/
run: make
- name: Testg
run: ./unit_test