File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 6
6
- name : ' Lint markdown files'
7
7
- name : ' Trigger Integration Tests'
8
8
if : env(RUN_COMPAT_SUITE) = true
9
- - name : ' SourceClear and Lint'
9
+ - name : ' Lint'
10
+ - name : ' Source Clear'
10
11
- name : ' Unit Tests'
11
12
- name : ' Prepare for release'
12
13
if : env(PREP) = true and type = api
38
39
script :
39
40
- $HOME/travisci-tools/trigger-script-with-status-update.sh
40
41
41
- - stage : ' SourceClear and Lint'
42
+ - stage : ' Lint'
42
43
language : swift
43
44
os : osx
44
45
osx_image : xcode11.3
49
50
after_script :
50
51
- curl -sSL https://download.sourceclear.com/ci.sh | bash
51
52
53
+ - stage : ' Source Clear'
54
+ if : type = cron
55
+ addons :
56
+ srcclr : true
57
+ before_install : skip
58
+ install : skip
59
+ before_script : skip
60
+ script : skip
61
+ after_success : skip
62
+
52
63
- &unittests
53
64
stage : ' Unit Tests'
54
65
language : swift
You can’t perform that action at this time.
0 commit comments