Skip to content
Snippets Groups Projects
Commit 678de1de authored by Salson Mikael's avatar Salson Mikael
Browse files

Add CI

parent 785ee5c3
No related branches found
No related tags found
No related merge requests found
image: debian:testing-slim
before_script:
- apt update && apt install -y libhts3 zlib1g libsdsl3
build:
stage: build
before_script:
- apt update && apt install -y make g++ libsdsl-dev libhts-dev zlib1g-dev
script:
- make
- make -C tests
artifacts:
paths:
- tests/test_bam
- tests/test_read_file
test:
stage: test
script:
- cd tests
- ./test_bam
- ./test_read_file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment