Skip to content

Merge pull request #184 from rheiland/development #605

Merge pull request #184 from rheiland/development

Merge pull request #184 from rheiland/development #605

Workflow file for this run

name: Tests MacOSX
on:
push:
pull_request:
jobs:
build_virus_macrophage:
runs-on: macos-11
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run : brew install gcc@10
- name: Build Virus Macrophage project
run: |
make virus-macrophage-sample
make PHYSICELL_CPP=g++-10
- name: Run Virus Macrophage cell lines project
run: |
./virus-sample
build_physiboss_cell_lines:
runs-on: macos-11
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run : brew install gcc@11
- name: Build PhysiBoSS cell lines project
run: |
make physiboss-cell-lines-sample
make clean
make PHYSICELL_CPP=g++-11
- name: Run PhysiBoSS cell lines project
run: |
./PhysiBoSS_Cell_Lines
build_physimess:
runs-on: macos-11
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run : brew install gcc@11
- name: Build PhysiMeSS project
run: |
make physimess-sample
make clean
make PHYSICELL_CPP=g++-11
- name: Run PhysiMeSS project
run: |
./project config/mymodel.xml
./project config/Fibre_Initialisation/mymodel_initialisation.xml
./project config/Cell_Fibre_Mechanics/mymodel_rotating.xml