Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
panacota
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Amandine PERRIN
panacota
Commits
101afc36
Commit
101afc36
authored
5 years ago
by
Amandine PERRIN
Browse files
Options
Downloads
Patches
Plain Diff
build all test images
parent
0e3574aa
No related branches found
No related tags found
No related merge requests found
Pipeline
#15909
failed
5 years ago
Stage: build
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+11
-11
11 additions, 11 deletions
.gitlab-ci.yml
for_build/mmseqs_and_fastme/Dockerfile
+1
-1
1 addition, 1 deletion
for_build/mmseqs_and_fastme/Dockerfile
for_tests/Dockerfile
+8
-11
8 additions, 11 deletions
for_tests/Dockerfile
with
20 additions
and
23 deletions
.gitlab-ci.yml
+
11
−
11
View file @
101afc36
...
...
@@ -10,17 +10,17 @@ variables:
before_script
:
-
docker login -u gitlab-ci-token -p "$CI_BUILD_TOKEN" registry-gitlab.pasteur.fr
#
build-test-image:
#
only:
#
- docker
#
stage: build
#
script:
#
- apk update # ; apk add git ; apk add apt-utils
#
# - git checkout master -- requirements.txt
#
- docker build --pull -t "$CI_REGISTRY_IMAGE/testing-ubuntu" for_tests
#
- docker push "$CI_REGISTRY_IMAGE/testing-ubuntu"
#
tags:
#
- k8s
build-test-image
:
only
:
-
docker
stage
:
build
script
:
-
apk update
# ; apk add git ; apk add apt-utils
# - git checkout master -- requirements.txt
-
docker build --pull -t "$CI_REGISTRY_IMAGE/testing-ubuntu" for_tests
-
docker push "$CI_REGISTRY_IMAGE/testing-ubuntu"
tags
:
-
k8s
build-install-barrnap
:
only
:
...
...
This diff is collapsed.
Click to expand it.
for_build/mmseqs_and_fastme/Dockerfile
+
1
−
1
View file @
101afc36
...
...
@@ -16,7 +16,7 @@ RUN apt-get install -y \
RUN
pip3
install
--upgrade
pip
# Install MMseqs2 Version: f05f8c51d6e9c7c0b15fbd533e4b678303f50b3e
# Install MMseqs2
(
Version: f05f8c51d6e9c7c0b15fbd533e4b678303f50b3e
?)
WORKDIR
/tmp
RUN
wget https://mmseqs.com/latest/mmseqs-linux-sse41.tar.gz
&&
\
tar
xvfz mmseqs-linux-sse41.tar.gz
&&
\
...
...
This diff is collapsed.
Click to expand it.
for_tests/Dockerfile
+
8
−
11
View file @
101afc36
...
...
@@ -79,10 +79,8 @@ RUN make clean &&\
# Install FastTree version 2.1.11 Double precision (No SSE3)
WORKDIR
/tmp
RUN
wget http://www.microbesonline.org/fasttree/FastTree.c
&&
\
gcc
-DOPENMP
-fopenmp
-DUSE_DOUBLE
-Wall
-O3
-finline-functions
-funroll-loops
-o
FastTreeMP FastTree.c
-lm
&&
\#
ln
-s
/tmp/FastTre#eMP /usr/local/bin#
# Install FastME FastME 2.1.6.1
gcc
-DOPENMP
-fopenmp
-DUSE_DOUBLE
-Wall
-O3
-finline-functions
-funroll-loops
-o
FastTreeMP astTree.c
-lm
&&
\
ln
-s
/tmp/FastTre#eMP /usr/local/bin## Install FastME FastME 2.1.6.1
WORKDIR
/tmp
RUN
apt-get
install
-y
automake
&&
\
git clone https://gite.lirmm.fr/atgc/FastME.git
...
...
@@ -92,10 +90,9 @@ RUN ./configure &&\
make
install
## Install quicktree
#WORKDIR /tmp
#RUN git clone https://github.com/tseemann/quicktree
#WORKDIR quicktree
#RUN make &&\
# ln -s /tmp/quicktree/quicktree /usr/local/bin
#
\ No newline at end of file
# Install quicktree
WORKDIR
/tmp
RUN
git clone https://github.com/tseemann/quicktree
WORKDIR
quicktree
RUN
make
&&
\
ln
-s
/tmp/quicktree/quicktree /usr/local/bin
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