Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
coverind
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Salson Mikael
coverind
Commits
182b0035
Commit
182b0035
authored
5 years ago
by
Salson Mikael
Browse files
Options
Downloads
Patches
Plain Diff
.gitlab-ci.yml: Fix package installation
parent
b3989894
Branches
master
No related tags found
No related merge requests found
Pipeline
#419
passed
5 years ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-5
2 additions, 5 deletions
.gitlab-ci.yml
with
2 additions
and
5 deletions
.gitlab-ci.yml
+
2
−
5
View file @
182b0035
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment