1.0.0 Alpha Release #59
1 changed files with 4 additions and 4 deletions
|
@ -3,13 +3,13 @@ image: php:8.1
|
||||||
before_script:
|
before_script:
|
||||||
# Install some stuff that the image doesn't come with
|
# Install some stuff that the image doesn't come with
|
||||||
- apt update -yqq
|
- apt update -yqq
|
||||||
- apt install git libpq-dev libzip-dev zip make wget -yqq
|
- apt install git libpq-dev libzip-dev zip make wget gnupg -yqq
|
||||||
|
|
||||||
# Install phive
|
# Install phive
|
||||||
- wget -O phive.phar https://phar.io/releases/phive.phar
|
- wget -O phive.phar https://phar.io/releases/phive.phar
|
||||||
#- wget -O phive.phar.asc https://phar.io/releases/phive.phar.asc
|
- wget -O phive.phar.asc https://phar.io/releases/phive.phar.asc
|
||||||
#- gpg --keyserver hkps://keys.openpgp.org --recv-keys 0x9D8A98B29B2D5D79
|
- gpg --keyserver hkps://keys.openpgp.org --recv-keys 0x9D8A98B29B2D5D79
|
||||||
#- gpg --verify phive.phar.asc phive.phar
|
- gpg --verify phive.phar.asc phive.phar
|
||||||
- chmod +x phive.phar
|
- chmod +x phive.phar
|
||||||
- mv phive.phar /usr/local/bin/phive
|
- mv phive.phar /usr/local/bin/phive
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue