File tree Expand file tree Collapse file tree 2 files changed +7
-17
lines changed Expand file tree Collapse file tree 2 files changed +7
-17
lines changed Original file line number Diff line number Diff line change 43
43
with :
44
44
python-version : 3.x
45
45
46
- - name : Install CMake Linux
47
- if : contains(matrix.os, 'ubuntu')
48
- run : ci/install_cmake.sh
49
-
50
46
- name : Install fypp
51
47
run : pip install --upgrade fypp
52
48
85
81
86
82
- name : test
87
83
if : ${{ contains(matrix.build, 'cmake') }}
88
- run : ctest --test-dir ${{ env.BUILD_DIR }} --parallel --output-on-failure
84
+ run : >-
85
+ ctest
86
+ --test-dir ${{ env.BUILD_DIR }}
87
+ --parallel
88
+ --output-on-failure
89
+ --no-tests=error
89
90
90
91
- name : Install project
91
92
if : ${{ contains(matrix.build, 'cmake') }}
@@ -123,10 +124,6 @@ jobs:
123
124
with :
124
125
python-version : 3.x
125
126
126
- - name : Install CMake Linux
127
- if : contains(matrix.os, 'ubuntu')
128
- run : ci/install_cmake.sh
129
-
130
127
- name : Prepare for cache restore (OSX)
131
128
if : contains(matrix.os, 'macos')
132
129
run : |
@@ -197,7 +194,7 @@ jobs:
197
194
if : failure()
198
195
199
196
- name : test
200
- run : ctest --parallel --output-on-failure
197
+ run : ctest --parallel --output-on-failure --no-tests=error
201
198
working-directory : build
202
199
203
200
- name : Install project
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments