Skip to content

Update README.md

Update README.md #565

Workflow file for this run

name: Tests Ubuntu
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt-get install flex bison
- name: Build Virus Macrophage project
run: |
make virus-macrophage-sample
make
- name: Run Virus Macrophage cell lines project
run: |
./virus-sample
- name: Build PhysiBoSS cell lines project
run: |
make reset
make physiboss-cell-lines-sample
make clean
make
- name: Run PhysiBoSS cell lines project
run: |
./PhysiBoSS_Cell_Lines