[build] as a global env

pull/111/merge
Timothy Stack 8 years ago
parent 006141b911
commit 01e7f04955

@ -10,6 +10,7 @@ after_script: test -e test/test-suite.log && cat test/test-suite.log
env: env:
global: global:
- LDFLAGS: -static-libstdc++ -static-libgcc
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created # The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
# via the "travis encrypt" command using the project repo's public key # via the "travis encrypt" command using the project repo's public key
- secure: "P3wQLswiGYWrZwO4bxFmsA4XG5s/pS+renL0RMeotMTQwQQXmy1ZCvwMnAgaYWQmF82fN8WjuhO3OX0gpDbydxRktqI5ZqblsryV6poB0g+OkCqThbDUp3TL6TjPqySTI1CZ8qoOBYFMubAZYVJAEfxl0UxoQE+uTsRarRqr8rI=" - secure: "P3wQLswiGYWrZwO4bxFmsA4XG5s/pS+renL0RMeotMTQwQQXmy1ZCvwMnAgaYWQmF82fN8WjuhO3OX0gpDbydxRktqI5ZqblsryV6poB0g+OkCqThbDUp3TL6TjPqySTI1CZ8qoOBYFMubAZYVJAEfxl0UxoQE+uTsRarRqr8rI="
@ -32,7 +33,7 @@ addons:
name: tstack/lnav name: tstack/lnav
description: Your project description here description: Your project description here
notification_email: timothyshanestack@gmail.com notification_email: timothyshanestack@gmail.com
build_command_prepend: ./autogen.sh && ./configure LDFLAGS="-static-libstdc++ -static-libgcc" build_command_prepend: ./autogen.sh && ./configure
build_command: make build_command: make
branch_pattern: coverity_scan branch_pattern: coverity_scan
deploy: deploy:

Loading…
Cancel
Save