Skip to content

Merge pull request #182 from sysbio-curie/fix/cell_definition_intrace… #589

Merge pull request #182 from sysbio-curie/fix/cell_definition_intrace…

Merge pull request #182 from sysbio-curie/fix/cell_definition_intrace… #589

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