Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moose
Manage
Activity
Members
Labels
Plan
Issues
9
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sahil Moza
moose
Commits
d43d60e6
Commit
d43d60e6
authored
8 years ago
by
Dilawar Singh
Browse files
Options
Downloads
Patches
Plain Diff
Instead of building source code using cmake, build the debian package whenever
there is a commit. Added git-buildpackage as dependency.
parent
00c90e68
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.travis.yml
+3
-4
3 additions, 4 deletions
.travis.yml
debian/rules
+1
-1
1 addition, 1 deletion
debian/rules
with
4 additions
and
5 deletions
.travis.yml
+
3
−
4
View file @
d43d60e6
...
...
@@ -14,7 +14,6 @@ notifications:
recipients
:
-
dilawar.s.rajput@gmail.com
-
bhalla@ncbs.res.in
-
aviralg@ncbs.res.in
-
hrani@ncbs.res.in
-
ray.subhasis@gmail.com
...
...
@@ -33,6 +32,7 @@ before_script:
-
sudo apt-get install python-suds python-matplotlib
-
sudo apt-get install python-qt4-dev python-qt4-gl python-sip-dev libqt4-dev libopenscenegraph-dev
-
sudo apt-get install doxygen python-sphinx
-
sudo apt-get install git-buildpackage
install
:
-
wget ftp://ftp.gnu.org/gnu/gsl/gsl-1.16.tar.gz
...
...
@@ -43,8 +43,7 @@ install:
-
cd libsbml-5.9.0 && ./configure --prefix=/usr --with-zlib --with-bzip2 --with-libxml && make && sudo make install && cd ..
script
:
-
mkdir -p _build && cd _build && cmake -DCMAKE_INSTALL_PREFIX=`pwd`/_install -DDEBUG=ON ..
-
make install
-
git buildpackage
after_success
:
-
ctest --output-on-failure
-
echo "TODO
:
Install package and test"
This diff is collapsed.
Click to expand it.
debian/rules
+
1
−
1
View file @
d43d60e6
...
...
@@ -13,7 +13,7 @@ override_dh_auto_clean:
# consider using -DUSE_VERSIONED_DIR=ON if backporting
override_dh_auto_configure:
cmake -DPACKAGING_ON_LAUNCHPAD=ON -DCMAKE_INSTALL_PREFIX=debian/tmp
cmake -DPACKAGING_ON_LAUNCHPAD=ON -DCMAKE_INSTALL_PREFIX=debian/tmp
/usr
override_dh_auto_build:
make VERBOSE=0 -j`nproc`
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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