Fix double free in mainwindow.cpp (#726) #732
+5
−9
Merged
Travis CI / Travis CI - Pull Request
succeeded
Jul 19, 2024 in 48m 33s
Build Passed
The build passed, just like the previous build.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #732 Fix double free in mainwindow.cpp (#726).
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.
Build Configuration
Build Option | Setting |
---|---|
Language | C++ |
Operating System | Linux (Xenial) |
Build Configuration
{
"language": "cpp",
"os": [
"linux"
],
"dist": "xenial",
"branches": {
"only": [
"master",
"coverity_scan"
]
},
"env": [
"global=[One of the secure variables in your .travis.yml has an invalid format.]"
],
"before_install": [
"echo -n | openssl s_client -connect https://scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca-"
],
"addons": {
"coverity_scan": {
"project": {
"name": "ea4k/klog",
"description": "Build submitted via Travis-CI. KLog is a multiplatform free hamradio logger."
},
"notification_email": "jaime@robles.es",
"build_command_prepend": "cov-configure --gcc",
"build_command": "make",
"branch_pattern": "coverity_scan"
}
},
"jobs": {
"include": [
{
"os": "linux",
"arch": "amd64",
"dist": "jammy",
"before_install": [
"sudo apt update",
"sudo apt install -y --fix-missing make qmake6 qt6-base-dev qt6-declarative-dev libhamlib-dev build-essential libgl1-mesa-dev libqt6serialport6-dev qt6-positioning-dev libqt6charts6-dev libqt6opengl6-dev qt6-l10n-tools"
],
"compiler": "gcc",
"before_script": [
"qmake6 KLog.pro"
],
"script": [
"make"
],
"after_success": [
"coveralls --exclude lib --exclude tests --gcov-options '\\-lp'"
]
}
]
}
}
Loading