Skip to content

CI/CD

CI/CD #5

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
container:
image: jackpar/fusion:1.0.0
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: build
run: mkdir build && cd build && cmake .. && make && cd ../tests && tester ./tester_config.json