Skip to content

testing file input/output #27

testing file input/output

testing file input/output #27

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "main", "development", "experimental", "test*" ]
pull_request:
branches: [ "main", "development", "experimental", "test*" ]
jobs:
build:
runs-on: ${{ matrix.runs-on }}
strategy:
fail-fast: false
matrix:
runs-on: [ubuntu-latest, macos-latest ]
python-version: [ 3.9, "3.11" ]
steps:
- uses: actions/checkout@v4
- name: C++ info
run: g++ -v
- name: Test makefile
run: make
- name: Test Python script
run: python run_main.py -p 4
- name: list generated files
run: |
ls -alth