Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Lstu
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
5
Issues
5
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Fiat Tux
Hat softwares
Lstu
Commits
b7199b7d
Commit
b7199b7d
authored
Mar 22, 2018
by
Luc Didry
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/development'
parents
1bf7a7fd
ec0bed64
Pipeline
#43814
passed with stages
in 8 minutes and 12 seconds
Changes
3
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
4 deletions
+7
-4
.gitlab-ci.yml
.gitlab-ci.yml
+1
-2
ChangeLog
ChangeLog
+4
-0
README.md
README.md
+2
-2
No files found.
.gitlab-ci.yml
View file @
b7199b7d
...
...
@@ -4,8 +4,7 @@ stages:
-
postgresql
-
mysql
before_script
:
-
apt-get install -y libpng-dev
-
carton install
-
carton install --deployment; cat ~/.cpanm/latest-build/build.log
-
rm -f *db
-
make podcheck
sqlite1
:
...
...
ChangeLog
View file @
b7199b7d
Revision history for Perl application Lstu
0.11-2 2018-03-22
- Update packages dependencies in README
- Fix CI
0.11-1 2018-03-22
- Update dependencies
...
...
README.md
View file @
b7199b7d
...
...
@@ -23,10 +23,10 @@ sudo cpan Carton
sudo
cpan inc::Module::Install::DSL
```
*
Install
`libpq-dev`
,
`libmysqld-dev`
and
`libpng-dev`
too:
*
Install
`libpq-dev`
,
`libmysqld-dev`
,
`libmariadbclient-dev`
and
`libpng-dev`
too:
```
shell
sudo
apt-get
install
libpq-dev libmysqld-dev libpng-dev
sudo
apt-get
install
libpq-dev libmysqld-dev lib
mariadbclient-dev lib
png-dev
```
## Installation
...
...
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