Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hpc-team
spack
Commits
45ffcdee
Commit
45ffcdee
authored
Nov 29, 2015
by
Todd Gamblin
Browse files
Add very basic Travis CI support.
parent
b253308e
Changes
2
Hide whitespace changes
Inline
Side-by-side
.travis.yml
0 → 100644
View file @
45ffcdee
language
:
python
python
:
-
"
2.6"
-
"
2.7"
# No need to install any deps.
install
:
true
before_install
:
# Need this for the git tests to succeed.
-
git config --global user.email "spack@example.com"
-
git config --global user.name "Test User"
script
:
-
. share/spack/setup-env.sh
-
spack test
notifications
:
email
:
recipients
:
-
tgamblin@llnl.gov
on_success
:
change
on_failure
:
always
README.md
View file @
45ffcdee

============
[

](https://travis-ci.org/scalability-llnl/spack)
Spack is a package management tool designed to support multiple
versions and configurations of software on a wide variety of platforms
and environments. It was designed for large supercomputing centers,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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