forked from pcdshub/lcls-plc-lamp-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: "g3KycHisVY6w+d4P9LCGGpC8TdNp/hl2KZhVFs5FMQcBacv8IfA2j2TRqTyFPJzzdVPfXDGUsTWjwojJgRcX+PViDEnpWs13Bpq64rJjzIE+rarlXlv2gxjZ8gSrbGV3l5cCZ92rW4IUI2OB67TmrXX6sPFTaVv1zM5mR4y3WS84K+5cLi3+D5sGTpugESjvCIzgrfcwOhM7E1MlTZXIoO33pLOBq/ly6RdFfjq7DwMycYlkv2gtOAtWmRRTeAyolPORQV2oz5hg+h2wocTeu719DDBGEWlvjAdrKa2TKKWfdr7QzAXsl/5tEhDmjPfwH8FMvr+d6VnfusIaabRa3oTBh5ECoqSo5cs7TQF6RchjTvGJIQo00PAghAIh8Kq87kww88Jpvwm+l2mAFB9Zpk4/411DC0oq0gMO1mvVcBYekUiKg+ZCnXsxnkaFzL4cSqS9OCjFcBlNDRj0066TTfHEwO1X2hwSAorO53cZpFQrqdvNKYkCOGYEjb4HnrzF6gonJbgfg1bllzOW1SBX5Kourd535J/JJqtgQzd73bEz9zeeB8Z0rAZ4KMp+OljbrHlyBRa0e66WDOsPFJ61OrUMg2LldbqF4rzqCe12kJiIOoNyDpNPnuae4zduXxG3Bs4kxD7WDlbCUzVazMOyxB3jMWtFIzJh1/H9C96e+wQ="
- 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