There was an error while loading. Please reload this page.
1 parent 0e05681 commit 5c26372Copy full SHA for 5c26372
1 file changed
.github/workflows/ci-scripts-build.yml
@@ -11,7 +11,8 @@ name: STD
11
on:
12
push:
13
paths-ignore:
14
- - 'documentation/*'
+ - 'docs/**'
15
+ - 'documentation/**'
16
- '**/*.html'
17
- '**/*.md'
18
branches:
@@ -104,6 +105,9 @@ jobs:
104
105
if: matrix.utoolchain
106
- name: Prepare and compile dependencies
107
run: python .ci/cue.py prepare
108
+ - name: Disable IOC builds for stable
109
+ run: echo "BUILD_IOCS = NO" >> configure/CONFIG_SITE.local
110
+ if: contains(matrix.set, 'stable')
111
- name: Build main module
112
run: python .ci/cue.py build
113
- name: Run main module tests
0 commit comments