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
eccc5bb2
Commit
eccc5bb2
authored
9 years ago
by
Dilawar Singh
Browse files
Options
Downloads
Patches
Plain Diff
Added travis for meta repo.
parent
8a4afb1f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.travis.yml
+43
-0
43 additions, 0 deletions
.travis.yml
CMakeLists.txt
+11
-0
11 additions, 0 deletions
CMakeLists.txt
moose-core
+1
-1
1 addition, 1 deletion
moose-core
with
55 additions
and
1 deletion
.travis.yml
0 → 100644
+
43
−
0
View file @
eccc5bb2
language
:
cpp
compiler
:
-
gcc
os
:
-
linux
-
osx
matrix
:
allow_failures
:
-
os
:
osx
branches
:
only
:
-
master
notifications
:
email
:
recipients
:
-
dilawar.s.rajput@gmail.com
on_success
:
change
on_failure
:
always
env
:
-
CTEST_MODEL=Nightly
cache
:
apt
before_script
:
-
sudo apt-get update -qq
-
sudo apt-get install libxml2-dev libbz2-dev
-
sudo apt-get install libhdf5-serial-dev
-
sudo apt-get install python-numpy python-setuptools python-networkx
-
sudo apt-get install make texinfo cmake
-
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
install
:
-
wget ftp://ftp.gnu.org/gnu/gsl/gsl-1.16.tar.gz
-
tar -xzvf gsl-1.16.tar.gz
-
cd gsl-1.16 && ./configure --prefix=/usr && make && sudo make install && cd ..
-
wget http://sourceforge.net/projects/sbml/files/libsbml/5.11.4/stable/libSBML-5.11.4-core-src.tar.gz
-
tar -xzvf libSBML-5.11.4-core-src.tar.gz
-
cd libsbml-5.11.4 && ./configure --prefix=/usr --with-zlib --with-bzip2 --with-libxml && make && sudo make install && cd ..
script
:
-
mkdir -p _build && cd _build && cmake -DDEBUG=ON .. && make
after_success
:
-
ctest --output-on-failure
This diff is collapsed.
Click to expand it.
CMakeLists.txt
0 → 100644
+
11
−
0
View file @
eccc5bb2
CMAKE_MINIMUM_REQUIRED
(
VERSION 2.8
)
PROJECT
(
moose
)
include
(
ExternalProject
)
ExternalProject_Add
(
moose-core
PREFIX
${
CMAKE_CURRENT_BINARY_DIR
}
/_moose-core
SOURCE_DIR
${
CMAKE_SOURCE_DIR
}
/moose-core
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=
${
CMAKE_BINARY_DIR
}
/_install
TEST_BEFORE_INSTALL 1
BUILD_IN_SOURCE 0
)
This diff is collapsed.
Click to expand it.
moose-core
@
5c60f9e3
Subproject commit
04aa44986891ac9e2eabee7232f073525bd03410
Subproject commit
5c60f9e3ade2f36b385ba9403c987948674a9f23
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