Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Amaury Van Espen
costum
Commits
10e82520
Commit
10e82520
authored
Mar 27, 2020
by
Amaury Van Espen
Browse files
Delete .gitlab-ci.yml
parent
09d492c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
deleted
100644 → 0
View file @
09d492c8
---
image
:
php:5.6
stages
:
-
prepare
-
static_analysis
cache
:
&dependencies
untracked
:
true
key
:
${CI_COMMIT_REF_SLUG}
policy
:
pull
paths
:
-
'
ph/vendor/'
before_script
:
-
apt-get update
-
apt-get install git unzip libmcrypt-dev libgd-dev libxml2-dev libzip-dev libcurl4-openssl-dev --assume-yes
-
docker-php-ext-install mcrypt gd mbstring xml curl zip
-
cd ph
-
php composer.phar install
# Bundle stage
# ======================================
bundle
:
stage
:
prepare
script
:
-
echo "This job only fills the cache"
cache
:
<<
:
*dependencies
policy
:
push
codesniffer
:
stage
:
static_analysis
script
:
-
vendor/bin/phpcs
cache
:
<<
:
*dependencies
policy
:
push
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment