Skip to content

Update README.md

Update README.md #441

Workflow file for this run

name: OF1912
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
include:
- name: "OpenFOAM 1912"
install: "cd ."
compile: ./.compileOF1912.sh
steps:
- name: Checkout
uses: actions/checkout@v1
- name: install OF
run: ${{ matrix.install}}
- name: make
run: ${{ matrix.compile}}