Skip to content
Snippets Groups Projects
Commit 469e6d35 authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3217858: Support PHP7.4 for Varbase ~9.0 and all used components with automated testing

parent 780b04ec
No related branches found
No related tags found
No related merge requests found
...@@ -36,14 +36,18 @@ commands: ...@@ -36,14 +36,18 @@ commands:
- run: - run:
name: Install Usefull must have utils for debugging with SSH into this box name: Install Usefull must have utils for debugging with SSH into this box
command: | command: |
sudo apt -qq update && sudo apt -qqy upgrade sudo apt-get -qq update
sudo apt -yqq install vim links lynx git diffutils htop curl wget p7zip-full unzip zip sed gcc g++ make libfreetype6-dev libonig-dev libjpeg62-turbo-dev libpng-dev xvfb default-mysql-client sudo apt-get -qqy upgrade
sudo apt-get install software-properties-common
sudo apt-get -qq update
sudo apt-get -qqy upgrade
sudo apt-get -yqq install vim links lynx git diffutils htop curl wget p7zip-full unzip zip sed gcc g++ make libfreetype6-dev libonig-dev libjpeg62-turbo-dev libpng-dev xvfb default-mysql-client
## Install PHP extra. ## Install PHP extra.
- run: - run:
name: Install PHP extra name: Install PHP extra
command: | command: |
sudo apt update sudo apt-get update
sudo apt install -y libfreetype6-dev libjpeg62-turbo-dev libpng-dev sudo apt-get install -y libfreetype6-dev libjpeg62-turbo-dev libpng-dev
sudo -E docker-php-ext-install zip sudo -E docker-php-ext-install zip
sudo -E docker-php-ext-configure pdo_mysql --with-pdo-mysql=mysqlnd sudo -E docker-php-ext-configure pdo_mysql --with-pdo-mysql=mysqlnd
sudo -E docker-php-ext-install mbstring bcmath pdo_mysql sudo -E docker-php-ext-install mbstring bcmath pdo_mysql
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment