Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
isc_physics
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
tanguy.cavagna
isc_physics
Commits
1bca9c16
Verified
Commit
1bca9c16
authored
3 years ago
by
orestis.malaspin
Browse files
Options
Downloads
Patches
Plain Diff
added docker-compose and test in CI
parent
e46ddd65
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+8
-2
8 additions, 2 deletions
.gitlab-ci.yml
docker-compose.yml
+12
-0
12 additions, 0 deletions
docker-compose.yml
with
20 additions
and
2 deletions
.gitlab-ci.yml
+
8
−
2
View file @
1bca9c16
...
...
@@ -29,12 +29,17 @@ before_script:
-
echo "$SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts
-
chmod 644 ~/.ssh/known_hosts
build_only
:
script
:
-
make
build_only
:
image
:
docker:latest
tags
:
-
dfromd
script
:
-
docker-compose run --rm pandoc make
build_and_deploy
:
script
:
-
make
...
...
@@ -53,6 +58,7 @@ build_and_test_practical_work:
script
:
-
cd practical_work/vec2/
-
make test
build_artifacts
:
script
:
-
make
...
...
This diff is collapsed.
Click to expand it.
docker-compose.yml
0 → 100644
+
12
−
0
View file @
1bca9c16
version
:
"
3.3"
services
:
pandoc
:
#To use dockerfile : build: .
image
:
omalaspinas/pandoc:latest
user
:
1000:1000
container_name
:
pandoc
volumes
:
-
.:/app
working_dir
:
/app
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