Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
haskell-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
148
Issues
148
List
Board
Labels
Milestones
Merge Requests
11
Merge Requests
11
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
haskell-gargantext
Commits
2d561cb0
Commit
2d561cb0
authored
Nov 19, 2018
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Config] continous integration config.
parent
171507be
Pipeline
#6
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
18 deletions
+18
-18
.gitlab-ci.yml
.gitlab-ci.yml
+18
-18
No files found.
.gitlab-ci.yml
View file @
2d561cb0
...
...
@@ -2,7 +2,7 @@
# see https://docs.gitlab.com/ce/ci/yaml/README.html for all available options
# you can delete this line if you're not using Docker
image
:
busybox:latest
#
image: busybox:latest
before_script
:
-
echo "Before script section"
...
...
@@ -16,21 +16,21 @@ after_script:
build1
:
stage
:
build
script
:
-
echo "Do your build here"
-
./install
test1
:
stage
:
test
script
:
-
echo "Do a test here"
-
echo "For example run a test suite"
test2
:
stage
:
test
script
:
-
echo "Do another parallel test here"
-
echo "For example run a lint test"
deploy1
:
stage
:
deploy
script
:
-
echo "Do your deploy here"
#
test1:
#
stage: test
#
script:
#
- echo "Do a test here"
#
- echo "For example run a test suite"
#
#
test2:
#
stage: test
#
script:
#
- echo "Do another parallel test here"
#
- echo "For example run a lint test"
#
#
deploy1:
#
stage: deploy
#
script:
#
- echo "Do your deploy here"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment