Skip to content

Update installMacOS.sh #1125

Update installMacOS.sh

Update installMacOS.sh #1125

Workflow file for this run

name: build
on:
pull_request:
push:
branches:
- master
env:
BUILD_TYPE: Release
jobs:
ubuntu-20-04:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@master
- name: install pre-reqs and build
run: sudo ./install/installUbuntu.sh
- name: test
run: |
./build/usher --help
./build/matUtils --help
mpirun -np 1 ./build/matOptimize --help
./build/ripples --help
command -v mafft
ubuntu-22-04:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@master
- name: install pre-reqs and build
run: sudo ./install/installUbuntu.sh
- name: test
run: |
./build/usher --help
./build/matUtils --help
mpirun -np 1 ./build/matOptimize --help
./build/ripples --help
command -v mafft
macOS-13:
runs-on: macos-13
steps:
- uses: actions/checkout@master
- name: install pre-reqs and build
run: ./install/installMacOS.sh
- name: test
run: |
./build/usher --help
./build/usher-sampled --help
./build/matUtils --help
mpirun -np 1 ./build/matOptimize --help
./build/ripples --help
command -v mafft