Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proxy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
7
Issues
7
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
haas
proxy
Commits
9661cb9b
Commit
9661cb9b
authored
Aug 09, 2017
by
Michal Horejsek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed CI
parent
751d3155
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
Makefile
Makefile
+2
-2
No files found.
.gitlab-ci.yml
View file @
9661cb9b
...
...
@@ -4,7 +4,7 @@ image: debian:8
before_script
:
-
apt-get --quiet update
-
apt-get install make
-
apt-get install
-y
make
-
make prepare-dev
stages
:
...
...
Makefile
View file @
9661cb9b
...
...
@@ -15,7 +15,7 @@ all:
prepare-dev
:
apt-get
install
python python-pip python3 python3-pip sshpass
apt-get
install
-y
python python-pip python3 python3-pip sshpass
pip2
install
twisted>
=
16.0
pip3
install
twisted>
=
16.6
...
...
@@ -24,7 +24,7 @@ prepare-dev:
pip3
install
pylint
pytest
# Build dependencies
apt-get
install
ruby
ruby-dev
rubygems
build-essential
rpm
apt-get
install
-y
ruby
ruby-dev
rubygems
build-essential
rpm
gem
install
--no-ri
--no-rdoc
fpm
test
:
...
...
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