Skip to content

Make C++11 compatible. Code format. #12

Make C++11 compatible. Code format.

Make C++11 compatible. Code format. #12

Workflow file for this run

name: Test rainflow
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build -t rainflow .
- name: Test rainflow
run: docker run --rm rainflow make test