]> Git — Sourcephile - gargantext.git/blob - .gitlab-ci.yml
getTableNgrams: display timing information
[gargantext.git] / .gitlab-ci.yml
1 # This file is a template, and might need editing before it works on your project.
2 # see https://docs.gitlab.com/ce/ci/yaml/README.html for all available options
3
4 # you can delete this line if you're not using Docker
5 #image: busybox:latest
6
7 before_script:
8 - echo "Before script section"
9 - echo "For example you might run an update here or install a build dependency"
10 - echo "Or perhaps you might print out some debugging details"
11
12 after_script:
13 - echo "After script section"
14 - echo "For example you might do some cleanup here"
15
16 build1:
17 stage: build
18 script:
19 - ./install
20
21 #test1:
22 # stage: test
23 # script:
24 # - echo "Do a test here"
25 # - echo "For example run a test suite"
26 #
27 #test2:
28 # stage: test
29 # script:
30 # - echo "Do another parallel test here"
31 # - echo "For example run a lint test"
32 #
33 #deploy1:
34 # stage: deploy
35 # script:
36 # - echo "Do your deploy here"