Attempt to fix the build with the right extension
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good Details

This commit is contained in:
Timothy Warren 2021-02-23 13:33:54 -05:00
parent 52f02dc51e
commit a08a45c3af
2 changed files with 7 additions and 4 deletions

6
Jenkinsfile vendored
View File

@ -18,7 +18,8 @@ pipeline {
}
}
steps {
sh 'apk add --no-cache git'
sh 'apk add --no-cache git icu-dev'
sh 'docker-php-ext-configure intl && docker-php-ext-install intl'
sh 'php ./vendor/bin/phpunit --colors=never'
}
}
@ -30,7 +31,8 @@ pipeline {
}
}
steps {
sh 'apk add --no-cache git'
sh 'apk add --no-cache git icu-dev'
sh 'docker-php-ext-configure intl && docker-php-ext-install intl'
sh 'php ./vendor/bin/phpunit --colors=never'
}
}

View File

@ -43,7 +43,7 @@
"aviat/query": "^3.0.0",
"danielstjules/stringy": "^3.1.0",
"ext-dom": "*",
"ext-iconv": "*",
"ext-intl": "*",
"ext-json": "*",
"ext-gd": "*",
"ext-pdo": "*",
@ -57,7 +57,8 @@
"psr/http-message": "^1.0.1",
"psr/log": "^1.1.3",
"robmorgan/phinx": "^0.12.4",
"symfony/polyfill-intl-icu": "^1.0.0",
"symfony/polyfill-mbstring": "^1.0.0",
"symfony/polyfill-util": "^1.0.0",
"symfony/var-dumper": "^5.0.7",
"yosymfony/toml": "^1.0.4"
},