File tree 1 file changed +27
-27
lines changed
1 file changed +27
-27
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
+
2
3
cache : pip
4
+
5
+ notifications :
6
+ email : false
7
+
3
8
jobs :
4
9
include :
5
- - name : " Python 3.8 on Focal"
10
+ - stage : test
11
+
6
12
os : linux
7
13
dist : focal
8
14
python : 3.8
9
15
10
- before_install :
11
- - sudo bash bin/deploy/install_system_dependencies.sh
12
-
13
- install :
14
- - bash bin/deploy/install_python_dependencies.sh
16
+ before_install :
17
+ - sudo bash bin/deploy/install_system_dependencies.sh
18
+ install :
19
+ - bash bin/deploy/install_python_dependencies.sh
20
+ script :
21
+ - sudo bash bin/tests/run_tests_on_travis.sh
15
22
16
- script :
17
- - sudo bash bin/tests/run_tests_on_travis.sh
18
23
19
- after_success :
20
- - sudo bash bin/deploy/merge_develop_to_master.sh
21
-
22
- before_deploy :
23
- - echo "Deployment preperation"
24
- - sudo bash setup.sh
25
- - sudo bash run_tests.sh
26
- - bash bin/deploy/new_release_auto_tagging.sh
27
-
28
- deploy :
29
- provider : releases
30
- skip_cleanup : true
31
- api_key : $GITHUB_TOKEN
32
- file : jarvis_package.tar
33
- on :
34
- branch : master
35
-
36
- notifications :
37
- email : false
24
+ # before_deploy:
25
+ # - echo "Deployment preperation"
26
+ # - sudo bash setup.sh
27
+ # - sudo bash run_tests.sh
28
+ # - bash bin/deploy/new_release_auto_tagging.sh
29
+ #
30
+ # deploy:
31
+ # provider: releases
32
+ # skip_cleanup: true
33
+ # api_key: $GITHUB_TOKEN
34
+ # file: jarvis_package.tar
35
+ # on:
36
+ # branch: master
37
+ #
You can’t perform that action at this time.
0 commit comments