diff options
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 85b03eb..73181c5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
| @@ -6,7 +6,7 @@ testsuite:debian: | |||
| 6 | stage: testsuite | 6 | stage: testsuite |
| 7 | script: | 7 | script: |
| 8 | - apt-get -qqy update | 8 | - apt-get -qqy update |
| 9 | - apt-get -qqy install --no-install-recommends php-dev gcc make | 9 | - apt-get -qqy install --no-install-recommends php-dev gcc make libpcre3-dev |
| 10 | - make debug | 10 | - make debug |
| 11 | 11 | ||
| 12 | testsuite:fedora: | 12 | testsuite:fedora: |
| @@ -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 pcre | 32 | - apk add php7-dev php7-cgi php7-simplexml php7-xml make gcc musl-dev pcre-dev |
| 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" |
