summaryrefslogtreecommitdiffstats
path: root/.github/workflows/coveralls.yml
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2021-05-12 10:42:46 -0400
committerRichard Levitte <levitte@openssl.org>2021-05-14 08:35:11 +0200
commitd0364dcc42b151cfc08d860efb15cd48d87302c6 (patch)
treeb0ab006adc348a626a559438d75a1d6a4f384bcf /.github/workflows/coveralls.yml
parentc65abf2213117eb5348a46fbc18f706aca052e85 (diff)
Add --banner config option
Use it in the automated workflows. Fixes: #15247 Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15248)
Diffstat (limited to '.github/workflows/coveralls.yml')
-rw-r--r--.github/workflows/coveralls.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml
index c6e4f76bfc..34e5117298 100644
--- a/.github/workflows/coveralls.yml
+++ b/.github/workflows/coveralls.yml
@@ -14,7 +14,7 @@ jobs:
run: |
sudo apt-get -yq install lcov
- name: config
- run: CC=gcc ./config --debug --coverage no-asm enable-fips enable-rc5 enable-md2 enable-ssl3 enable-nextprotoneg enable-ssl3-method enable-weak-ssl-ciphers enable-zlib enable-ec_nistp_64_gcc_128 no-shared enable-buildtest-c++ enable-external-tests -DPEDANTIC -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION && perl configdata.pm --dump
+ run: CC=gcc ./config --banner=Configured --debug --coverage no-asm enable-fips enable-rc5 enable-md2 enable-ssl3 enable-nextprotoneg enable-ssl3-method enable-weak-ssl-ciphers enable-zlib enable-ec_nistp_64_gcc_128 no-shared enable-buildtest-c++ enable-external-tests -DPEDANTIC -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION && perl configdata.pm --dump
- name: make
run: make -s -j4
- name: make test