Skip to content

Commit 6c126ca

Browse files
committed
Create stages
1 parent 5209652 commit 6c126ca

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

.travis.yml

+27-27
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
11
language: python
2+
23
cache: pip
4+
5+
notifications:
6+
email: false
7+
38
jobs:
49
include:
5-
- name: "Python 3.8 on Focal"
10+
- stage: test
11+
612
os: linux
713
dist: focal
814
python: 3.8
915

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
1522

16-
script:
17-
- sudo bash bin/tests/run_tests_on_travis.sh
1823

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+
#

0 commit comments

Comments
 (0)