Skip to content

Add LC_finvalvarafterop class for operation evaluation #1440

Add LC_finvalvarafterop class for operation evaluation

Add LC_finvalvarafterop class for operation evaluation #1440

Workflow file for this run

name: C/C++ CI
on: [push, pull_request, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- name: Set up C/C++ build
run: sudo apt-get update && sudo apt-get install -y build-essential g++
- name: Syntax Check
run: |
find . -name "*.cpp" | xargs g++ -c -Wall