Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
minerva
core
Commits
76458b9c
Commit
76458b9c
authored
7 years ago
by
Piotr Gawron
Browse files
Options
Downloads
Patches
Plain Diff
first try for gitlab CI debian package build script
parent
582b9398
No related branches found
No related tags found
1 merge request
!163
Resolve "Continous integration build"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+23
-3
23 additions, 3 deletions
.gitlab-ci.yml
CHANGELOG
+5
-0
5 additions, 0 deletions
CHANGELOG
with
28 additions
and
3 deletions
.gitlab-ci.yml
+
23
−
3
View file @
76458b9c
image
:
node
before_script
:
-
apt-get update
stages
:
-
build
-
test
test_frontend
:
stage
:
test
script
:
-
cd frontend-js
-
npm install
...
...
@@ -10,17 +17,30 @@ test_frontend:
build_war
:
image
:
debian
stage
:
build
only
:
-
tags
artifacts
:
paths
:
-
minerva.war
script
:
-
apt-get update
-
apt-get install -y curl sudo gnupg git
-
apt-get install -y curl sudo gnupg git openjdk-8-jdk ant maven
-
curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash -
-
sudo apt-get install -y nodejs
-
apt-get install -y openjdk-8-jdk ant maven
-
ant maven-build
-
cp web/target/web-1.0.war minerva.war
build_debian_package
:
image
:
debian
stage
:
build
only
:
-
tags
artifacts
:
paths
:
-
"
debian/*.deb"
script
:
-
apt-get install -y curl sudo gnupg git openjdk-8-jdk ant maven dh-make
-
curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash -
-
sudo apt-get install -y nodejs
-
ant debian-pkg
This diff is collapsed.
Click to expand it.
CHANGELOG
+
5
−
0
View file @
76458b9c
minerva (12.0.0) stable; urgency=medium
* STUB CHANGLELOG ENTRY
-- Piotr Gawron <piotr.gawron@uni.lu> Thu, 14 Dec 2017 16:00:00 +0200
minerva (11.0.6) stable; urgency=medium
* Bug fix: fix a bug when entering invalid mirna id
...
...
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