diff options
| author | Ben Fuhrmannek | 2019-06-20 14:19:43 +0200 |
|---|---|---|
| committer | Ben Fuhrmannek | 2019-06-20 14:19:43 +0200 |
| commit | f0142b35616b28dc81247859e93a891c065561f9 (patch) | |
| tree | ebee9ee3fb8871d5d3099fa7ab80855b97ec1c37 | |
| parent | 157241fc85dc5933364a6ac5040ed680e11ada1a (diff) | |
| parent | 3330b988ae5f8ee6dd8388c85463886dd8dc88fa (diff) | |
Merge remote-tracking branch 'upstream/master'
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e8014f9..85b03eb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
| @@ -29,7 +29,7 @@ testsuite:alpine: | |||
| 29 | stage: testsuite | 29 | stage: testsuite |
| 30 | script: | 30 | script: |
| 31 | - apk update | 31 | - apk update |
| 32 | - apk add php7-dev php7-cgi php7-simplexml php7-xml make gcc musl-dev | 32 | - apk add php7-dev php7-cgi php7-simplexml php7-xml make gcc musl-dev pcre |
| 33 | - make compile_debug | 33 | - make compile_debug |
| 34 | - TEST_PHP_ARGS='-q' REPORT_EXIT_STATUS=1 make -C src test TESTS="tests/cookies_encryption tests/deny_writable tests/disable_function" | 34 | - TEST_PHP_ARGS='-q' REPORT_EXIT_STATUS=1 make -C src test TESTS="tests/cookies_encryption tests/deny_writable tests/disable_function" |
| 35 | - TEST_PHP_ARGS='-q' REPORT_EXIT_STATUS=1 make -C src test TESTS="tests/dump_request tests/eval_blacklist tests/global_strict" | 35 | - TEST_PHP_ARGS='-q' REPORT_EXIT_STATUS=1 make -C src test TESTS="tests/dump_request tests/eval_blacklist tests/global_strict" |
