mirror of
https://github.com/troglobit/editline.git
synced 2025-05-06 04:21:24 +08:00
Test build with both GCC and Clang (LLVM)
- Test build with both GCC and Clang (LLVM) - Only run Coverity Scan on dev branch, not master Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
parent
ba005dc0d0
commit
59a2db7217
@ -5,6 +5,11 @@ language: c
|
|||||||
# We don't need to install packages, use dockerized build, quicker
|
# We don't need to install packages, use dockerized build, quicker
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
|
# Test build with both GCC and Clang (LLVM)
|
||||||
|
compiler:
|
||||||
|
- gcc
|
||||||
|
- clang
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
|
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
|
||||||
@ -19,7 +24,7 @@ addons:
|
|||||||
notification_email: troglobit@gmail.com
|
notification_email: troglobit@gmail.com
|
||||||
build_command_prepend: "./autogen.sh && ./configure --enable-sigstop --enable-terminal-bell"
|
build_command_prepend: "./autogen.sh && ./configure --enable-sigstop --enable-terminal-bell"
|
||||||
build_command: "make -j5"
|
build_command: "make -j5"
|
||||||
branch_pattern: master
|
branch_pattern: dev
|
||||||
|
|
||||||
# We don't store generated files (configure and Makefile) in GIT,
|
# We don't store generated files (configure and Makefile) in GIT,
|
||||||
# so we must customize the default build script to run ./autogen.sh
|
# so we must customize the default build script to run ./autogen.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user