Skip to content
Snippets Groups Projects
Commit c4ce9e31 authored by lekshmideepu's avatar lekshmideepu
Browse files

Create .travis.yml

parent ef2396bb
No related branches found
No related tags found
No related merge requests found
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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment