forked from pcdshub/lcls-plc-kfe-vac
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
47 lines (43 loc) · 2.17 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
language: python
python: 3.7
env:
global:
# doctr generated secure variable for documentation upload
- secure: "jkzfAZu/13r8ZSs7fHIusYt0/4TbmNfSLyq9CqKFcmsIRjur1MFor36+kzvWx/SVsKz001MSiDtcfhablgP5bFtYOGw0ctiGEd09BV/weOZKD425sRTu0gBBupqpTCC2Y3gxzjaok5p9AHgXr59ULGBTWtLoIZyznZhECNjIFnpIJchtq7ELOjXrYdQjJIEygVHCokwD2gDIbtcuhLYaZ527q480Z/d+kC7hJzlLduc6w2uQblDYHTdXF7Nb/GVpxVG1LKjhOWBBGxEhWB5WT0xrLCUVJokFt6jmCVF017iYbmLNlixdhnacxRmnKBcOC1DKs7GdQ28Thoxn19C5pvR5h9lmekHLGft/kDlIqZ3ReqOJSwowrYkkhOo7IqEyHH0EG0u4vqGkRCtLpFRuK3rZ39X+mvkkArE0UA2MKel1RSsFTkrftdiItdP93PGTtyzoOYjwREF7eRmnRbILxjdJz5QjF6RMR5nhZHtLTClnJPN2yMCljLuCNx7MAX0if4F0aqYXm+zOI6LQbjFl8HqM4OdJgd5e+w5i/JUtD8tZzb+G0+KwgFtGRNrSQKn/5LWsz7t58mTYO8E6PxZb5J4T5UA2y74EoleAVqdktDsjORirLsQYY7uE3VW3Ipe+Osg8Y9pY1sTMww7QEnYLxS4UKGFm88KGFPHM/XSQQUM="
- TWINCAT_STYLE_EXCLUDE=
# If using a custom version of the CI helpers, change the following in
# addition to the `import` block elow:
# - CI_HELPER_URL=https://github.com/klauer/pcds-ci-helpers
# - CI_HELPER_BRANCH=twincat_shared_configs
# Uncomment this block if you would like to make a test an allowed failure
jobs:
allow_failures:
- name: "Style Check"
- name: "Pre-commit Checks"
import:
- pcdshub/pcds-ci-helpers:travis/shared_configs/twincat/standard.yml
# If not using the standard-python-conda above please uncomment the required
# (language, os, dist and stages) and optional (import statements) entries from
# the blocks below.
#
#language: python
#os: linux
#dist: xenial
#
#stages:
# - build
# - test
# - name: deploy
# if: (branch = master OR tag IS present) AND type != pull_request
#
#import:
# # Build stage
# - pcdshub/pcds-ci-helpers:travis/shared_configs/twincat/setup.yml
# # Test stage
# - pcdshub/pcds-ci-helpers:travis/shared_configs/twincat/docs-build.yml
# - pcdshub/pcds-ci-helpers:travis/shared_configs/twincat/pragmalint.yml
# - pcdshub/pcds-ci-helpers:travis/shared_configs/twincat/pre-commit.yml
# - pcdshub/pcds-ci-helpers:travis/shared_configs/twincat/style.yml
# - pcdshub/pcds-ci-helpers:travis/shared_configs/twincat/summary.yml
# # Deploy stage
# - pcdshub/pcds-ci-helpers:travis/shared_configs/twincat/doctr-upload.yml