Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
varbase
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
varbase
Commits
65530964
Commit
65530964
authored
4 years ago
by
Rajab Natshah
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3194401
: Switch to CircleCI as the default automated testing platform
parent
bff5ea36
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.circleci/config.yml
+9
-4
9 additions, 4 deletions
.circleci/config.yml
with
9 additions
and
4 deletions
.circleci/config.yml
+
9
−
4
View file @
65530964
...
...
@@ -25,7 +25,7 @@ jobs:
steps
:
-
checkout
:
path
:
/var/www/html/varbase
# Setup Apache to point varbase.test at /var/www/html/varbase/docroot
#
#
Setup Apache to point varbase.test at /var/www/html/varbase/docroot
-
run
:
name
:
Setup Apache to point varbase.test at /var/www/html/varbase/docroot
command
:
|
...
...
@@ -33,14 +33,19 @@ jobs:
sudo a2ensite varbase.test
sudo service apache2 restart
echo 127.0.0.1 varbase.test | sudo tee -a /etc/hosts
## Install Usefull must have utils for debugging with SSH into this box.
-
run
:
name
:
Install Usefull must have utils for debugging with SSH into this box
command
:
|
sudo apt -qq update && sudo apt -qqy upgrade
sudo apt -yqq install vim links lynx git diffutils htop curl wget p7zip-full unzip zip sed gcc g++ make libfreetype6-dev libjpeg62-turbo-dev libpng-dev libapache2-mod-php xvfb
## Install PHP extra.
-
run
:
name
:
Install PHP extra
command
:
|
sudo apt -qq update && sudo apt -qqy upgrade
sudo apt-get -yqq install libfreetype6-dev libjpeg62-turbo-dev libpng-dev xvfb zip
sudo -E docker-php-ext-configure pdo_mysql --with-pdo-mysql=mysqlnd
sudo -E docker-php-ext-install zip gd mbstring bcmath pdo_mysql mysqli pdo pdo_mysql
sudo -E docker-php-ext-install zip gd mbstring bcmath pdo_mysql mysqli pdo pdo_mysql
xml cgi cli common curl gd imap intl pspell sqlite3 tidy opcache json bz2 readline xmlrpc enchant xsl php-all-dev zip bcmath php-pear
sudo service apache2 restart
## Change PHP Configurations.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment