diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-03-01 03:55:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-01 03:55:10 +0100 |
commit | fb85881651195cd97ef1499136e947dd56c3b4f3 (patch) | |
tree | 983c8827473da442fe8b685709eaacf496ba9ee8 /.circleci | |
parent | 48f08ef18983729dbdcd1af9468fb4ea1ee25fbe (diff) | |
download | bugzilla-fb85881651195cd97ef1499136e947dd56c3b4f3.tar.gz bugzilla-fb85881651195cd97ef1499136e947dd56c3b4f3.tar.xz |
Bug 1437646 - add support for Log::Log4perl
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 9c99df18b..7a2c62e82 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -26,6 +26,7 @@ defaults: PORT: 8000 LOGGING_PORT: 5880 LOCALCONFIG_ENV: 1 + LOG4PERL_CONFIG_FILE: log4perl-test.conf BMO_db_user: bugs BMO_db_host: 127.0.0.1 BMO_db_pass: bugs @@ -108,7 +109,10 @@ jobs: environment: *bmo_env steps: - checkout - - *default_qa_setup + - run: | + mv /opt/bmo/local /app/local + mkdir artifacts + - run: perl Makefile.PL - run: name: run sanity tests command: | |