Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sucs-site
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sucssite
sucs-site
Commits
e4f93ace
There was a problem fetching the pipeline summary.
Commit
e4f93ace
authored
9 years ago
by
Imran Hussain
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into beta
parents
fc8a4561
1e37830a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+35
-0
35 additions, 0 deletions
.gitlab-ci.yml
README.md
+2
-0
2 additions, 0 deletions
README.md
with
37 additions
and
0 deletions
.gitlab-ci.yml
0 → 100644
+
35
−
0
View file @
e4f93ace
# specify what docker image
# go with the default image for now and mangle it
#image: ruby:2.1
stages
:
-
test
-
deploy
# make sure php is in the image
before_script
:
-
apt-get clean
-
apt-get update
-
apt-get install -y php5-cli
php-syntax-check
:
stage
:
test
script
:
-
php -l htdocs/index.php
-
find components | xargs -n 1 php -l
-
find plugins | xargs -n 1 php -l
-
find lib | xargs -n 1 php -l
fake-deploy-beta
:
stage
:
deploy
script
:
-
echo "Hello World!"
only
:
-
beta
fake-deploy-live
:
stage
:
deploy
script
:
-
echo "Hello World!"
only
:
-
sucs-site
\ No newline at end of file
This diff is collapsed.
Click to expand it.
README.md
+
2
−
0
View file @
e4f93ace
# SUCS Site
[

](https://projects.sucs.org/ci/projects/2?ref=master)
---
## Project Structure
<br>
...
...
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