Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

remove migration brownout, update README re: cessation of support #16

remove migration brownout, update README re: cessation of support

remove migration brownout, update README re: cessation of support #16

Workflow file for this run

name: CI
on:
push:
paths-ignore:
- '**.md'
pull_request:
branches:
- main
- develop
paths-ignore:
- '**.md'
jobs:
test:
name: Test
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Install gfortran
uses: ./
- name: Test gfortran
if: runner.os != 'Windows'
run: |
./test/test.sh /usr/local/bin/gfortran
- name: Test gfortran (Windows)
if: runner.os == 'Windows'
run: |
./test/test.ps1