Skip to content

fix overflow number of reference contig #6

fix overflow number of reference contig

fix overflow number of reference contig #6

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependancies
run: sudo apt-get install -y libboost-all-dev libgtest-dev
- name: make (compile and launch unit tests)
run: make
- name: make install
run: sudo make install
- uses: actions/upload-artifact@v3
with:
name: compare
path: ./build/release/compare
- uses: actions/upload-artifact@v3
with:
name: dragen-os
path: ./build/release/dragen-os