Skip to content

Commit 89d401b

Browse files
committed
CI master on master only
1 parent a618c0f commit 89d401b

File tree

1 file changed

+42
-42
lines changed

1 file changed

+42
-42
lines changed

.circleci/config.yml

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -46,44 +46,44 @@ jobs:
4646
- store_artifacts:
4747
path: /tmp/circleci-test-results
4848

49-
build-python-3-8:
50-
working_directory: ~/rocky/python-decompyle3
51-
parallelism: 1
52-
shell: /bin/bash --login
53-
environment:
54-
CIRCLE_ARTIFACTS: /tmp/circleci-artifacts
55-
CIRCLE_TEST_REPORTS: /tmp/circleci-test-results
56-
COMPILE: --compile
57-
docker:
58-
- image: circleci/python:3.8
59-
steps:
60-
- checkout
61-
- restore_cache:
62-
keys:
63-
- v1-dep-{{ .Branch }}-
64-
- v1-dep-master-
65-
- v1-dep-
66-
- run: sudo pip install git+https://github.com/rocky/python-xdis#egg=xdis
67-
- run: sudo pip install -e .
68-
- run: sudo pip install pytest
69-
- save_cache:
70-
key: v1-dep-{{ .Branch }}-{{ epoch }}
71-
paths:
72-
- vendor/bundle
73-
- ~/virtualenvs
74-
- ~/.m2
75-
- ~/.ivy2
76-
- ~/.bundle
77-
- ~/.go_workspace
78-
- ~/.gradle
79-
- ~/.cache/bower
80-
- run: sudo python ./setup.py install && make check
81-
- store_test_results:
82-
path: /tmp/circleci-test-results
83-
- store_artifacts:
84-
path: /tmp/circleci-artifacts
85-
- store_artifacts:
86-
path: /tmp/circleci-test-results
49+
# build-python-3-8:
50+
# working_directory: ~/rocky/python-decompyle3
51+
# parallelism: 1
52+
# shell: /bin/bash --login
53+
# environment:
54+
# CIRCLE_ARTIFACTS: /tmp/circleci-artifacts
55+
# CIRCLE_TEST_REPORTS: /tmp/circleci-test-results
56+
# COMPILE: --compile
57+
# docker:
58+
# - image: circleci/python:3.8
59+
# steps:
60+
# - checkout
61+
# - restore_cache:
62+
# keys:
63+
# - v1-dep-{{ .Branch }}-
64+
# - v1-dep-master-
65+
# - v1-dep-
66+
# - run: sudo pip install git+https://github.com/rocky/python-xdis#egg=xdis
67+
# - run: sudo pip install -e .
68+
# - run: sudo pip install pytest
69+
# - save_cache:
70+
# key: v1-dep-{{ .Branch }}-{{ epoch }}
71+
# paths:
72+
# - vendor/bundle
73+
# - ~/virtualenvs
74+
# - ~/.m2
75+
# - ~/.ivy2
76+
# - ~/.bundle
77+
# - ~/.go_workspace
78+
# - ~/.gradle
79+
# - ~/.cache/bower
80+
# - run: sudo python ./setup.py install && make check
81+
# - store_test_results:
82+
# path: /tmp/circleci-test-results
83+
# - store_artifacts:
84+
# path: /tmp/circleci-artifacts
85+
# - store_artifacts:
86+
# path: /tmp/circleci-test-results
8787

8888
workflows:
8989
version: 2
@@ -93,7 +93,7 @@ workflows:
9393
filters:
9494
branches:
9595
only: master
96-
- build-python-3-8:
97-
filters:
98-
branches:
99-
only: python-3.7-to-3.10
96+
# - build-python-3-8:
97+
# filters:
98+
# branches:
99+
# only: python-3.7-to-3.10

0 commit comments

Comments
 (0)