Skip to content

[pull] master from ITHACA-FV:master #17

[pull] master from ITHACA-FV:master

[pull] master from ITHACA-FV:master #17

Workflow file for this run

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