File indexing completed on 2024-05-19 04:19:14

0001 #!/bin/bash
0002 
0003 # SPDX-FileCopyrightText: 2008-2024 by Gilles Caulier <caulier dot gilles at gmail dot com>
0004 #
0005 # SPDX-License-Identifier: BSD-3-Clause
0006 #
0007 # Script to run all Continuous Integration scripts at the same time.
0008 
0009 ./cppcheck.sh && ./krazy.sh && ./clangscan.sh && ./clazy.sh && ./coverity.sh