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

.gitlab-ci.yml: Fix package installation

parent b3989894
Branches master
No related tags found
No related merge requests found
Pipeline #419 passed
image: debian:testing-slim
before_script:
- apt-get update && apt-get install -y libhts3 zlib1g libsdsl3
build:
stage: build
before_script:
- apt-get update && apt-get install -y make g++ libsdsl-dev libhts-dev zlib1g-dev
- apt-get update && apt-get install -y make g++ libhts3 zlib1g libsdsl3 libsdsl-dev libhts-dev zlib1g-dev
script:
- make
- make -C tests
......@@ -19,7 +16,7 @@ build:
test:
stage: test
before_script:
- apt-get update && apt-get install -y zutils diffutils
- apt-get update && apt-get install -y libhts3 zlib1g libsdsl3 zutils diffutils
script:
- cd tests
- ./test_bam
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment