File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 46
46
source "$HOME/.cargo/env"
47
47
48
48
- name : Configure build
49
- working-directory : ${{runner.workspace}}
50
49
env :
51
50
CC : ${{matrix.cc}}
52
51
CXX : ${{matrix.cxx}}
@@ -60,13 +59,11 @@ jobs:
60
59
-DDBC_GENERATE_SINGLE_HEADER=ON
61
60
62
61
- name : Build tests + lib
63
- working-directory : ${{runner.workspace}}
64
62
run : cmake --build build --parallel `nproc`
65
63
66
64
- name : Run tests
67
65
env :
68
66
CTEST_OUTPUT_ON_FAILURE : 1
69
- working-directory : ${{runner.workspace}}
70
67
run : ctest --output-on-failure --test-dir build -j `nproc`
71
68
72
69
windows-build :
@@ -162,9 +159,10 @@ jobs:
162
159
chmod +x llvm.sh
163
160
sudo ./llvm.sh 16
164
161
162
+ sudo apt update && sudo apt install -y clang-format-16
165
163
sudo ln -sf $(which clang-format-16) $(which clang-format)
166
164
167
- clang-format --version
165
+ test "$( clang-format --version)" == "$(clang-forsmat-16 --version)"
168
166
169
167
- name : Test format with clang format
170
168
run : ./scripts/fmt.sh
You can’t perform that action at this time.
0 commit comments