Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Edited statistics with Memechanic #40

Edited statistics with Memechanic

Edited statistics with Memechanic #40

name: C++ CI with CMake
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
- name: Build
run: cmake --build ${{github.workspace}}/build ${{env.BUILD_TYPE}}
- name: Test
working-directory: ${{github.workspace}}/build
run: ${{github.workspace}}/build/tests