Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MUSIC
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
Mikael Djurfeldt
MUSIC
Commits
c4ce9e31
Commit
c4ce9e31
authored
9 years ago
by
lekshmideepu
Browse files
Options
Downloads
Patches
Plain Diff
Create .travis.yml
parent
ef2396bb
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+36
-0
36 additions, 0 deletions
.travis.yml
with
36 additions
and
0 deletions
.travis.yml
0 → 100644
+
36
−
0
View file @
c4ce9e31
language
:
cpp
compiler
:
-
gcc
env
:
matrix
:
-
xMPI=0
-
xMPI=1
matrix
:
# do notify immediately about it when a job of a build fails.
fast_finish
:
true
branches
:
only
:
-
master
cache
:
apt
:
true
ccache
:
true
before_install
:
-
echo $LANG
-
echo $LC_ALL
# update repository status (-qq is more quiet)
-
sudo apt-get update -qq
-
sudo apt-get install -y coreutils gawk mawk original-awk
# some basic package build tools:
-
sudo apt-get install -y devscripts build-essential
# remove any obsolete libraries
-
sudo apt-get autoremove
before_script
:
-
chmod +x build.sh
script
:
./build.sh
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