Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-pipeline
msc
sextractor
Commits
55b3aaf6
Commit
55b3aaf6
authored
Oct 24, 2017
by
Emmanuel Bertin
Browse files
Added TravisCI YML file.
parent
601d807b
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
0 → 100644
View file @
55b3aaf6
language
:
c
compiler
:
-
gcc
before_install
:
-
echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca-
-
sudo apt-get update
# Install dependencies required for configuration
-
sudo apt-get install autoconf libtool pkg-config
# Upgrade gcc
-
gcc --version
# Install dependencies
-
sudo apt-get install libatlas-base-dev libfftw3-dev
install
:
-
sh autogen.sh
script
:
-
./configure
-
make
addons
:
coverity_scan
:
project
:
name
:
"
astromatic/sextractor"
description
:
"
Build
submitted
via
Travis
CI"
notification_email
:
bertin@iap.fr
build_command_prepend
:
"
./configure;
make
clean"
build_command
:
"
make
-j
4"
branch_pattern
:
coverity_scan
os
:
-
linux
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment