.travis.yml
This commit is contained in:
parent
4146b20028
commit
783f58bc4b
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
@ -7,10 +7,10 @@ name: "CodeQL"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
branches: [main]
|
||||
pull_request:
|
||||
# The branches below must be a subset of the branches above
|
||||
branches: [master]
|
||||
branches: [main]
|
||||
schedule:
|
||||
- cron: '0 7 * * 2'
|
||||
|
||||
|
@ -67,7 +67,7 @@ jobs:
|
||||
notification_email: guru.mail@muenster.de
|
||||
build_command_prepend: "autoreconf -v --install --force && ./configure --prefix=/usr CPPFLAGS='-DDEBUG' CXXFLAGS='-g -O0 -DDEBUG -DUNIT_TEST' --with-unit-test && make clean"
|
||||
build_command: "make V=1 -j10"
|
||||
branch_pattern: master
|
||||
branch_pattern: main
|
||||
before_install:
|
||||
- lsb_release -a
|
||||
- uname -a
|
||||
|
@ -13,7 +13,7 @@ The structure of the Qt framework was originally the inspiration for the C++ cla
|
||||
| *Latest release* | [](https://github.com/gansm/finalcut/releases) |
|
||||
| *License* | [](COPYING) |
|
||||
| *Class Reference* | [](https://codedocs.xyz/gansm/finalcut/hierarchy.html) |
|
||||
| *Travis CI* | [](https://travis-ci.org/gansm/finalcut)
|
||||
| *Travis CI* | [](https://travis-ci.org/gansm/finalcut)
|
||||
| *Coverity Scan* | [](https://scan.coverity.com/projects/6508 )|
|
||||
| *LGTM* | [](https://lgtm.com/projects/g/gansm/finalcut/context:cpp) |
|
||||
| *SonarCloud* | [](https://sonarcloud.io/dashboard?id=gansm_finalcut) |
|
||||
|
Loading…
x
Reference in New Issue
Block a user