Commit 9273a161 authored by Hendrik Heneke's avatar Hendrik Heneke
Browse files

Build phar in pipeline.

parent 375238e5
Pipeline #368 passed with stage
in 32 seconds
...@@ -5,3 +5,11 @@ test: ...@@ -5,3 +5,11 @@ test:
- composer install --ignore-platform-reqs - composer install --ignore-platform-reqs
- composer run php-cs:check - composer run php-cs:check
# - vendor/bin/phpunit # - vendor/bin/phpunit
build:
script:
- composer build:phar
artifacts:
expire_in: 1 year
paths:
- build/cfgen.phar
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "1adfba4a3df51cddb654d6414fd1941d", "content-hash": "16b1d08a9d18e0a0d5461b245ffb18ab",
"packages": [ "packages": [
{ {
"name": "paragonie/random_compat", "name": "paragonie/random_compat",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment