Skip to content

Commit

Permalink
build singularity in /tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoch committed Apr 18, 2017
1 parent cbd821b commit 5f9c1a2
Show file tree
Hide file tree
Showing 45 changed files with 1 addition and 864 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -17,7 +17,7 @@ install:
- python setup.py sdist
- python setup.py install
- pylint --version
- git clone -b development https://github.com/singularityware/singularity.git && cd singularity && ./autogen.sh && ./configure --prefix=/usr/local && make && sudo make install
- cd /tmp && git clone -b development https://github.com/singularityware/singularity.git && cd singularity && ./autogen.sh && ./configure --prefix=/usr/local && make && sudo make install

script:
- python -m unittest discover -s $TRAVIS_BUILD_DIR/singularity/tests/ -p '[t|T]est*.py'
Expand Down
36 changes: 0 additions & 36 deletions docs/README.md

This file was deleted.

46 changes: 0 additions & 46 deletions docs/classify/README.md

This file was deleted.

160 changes: 0 additions & 160 deletions docs/cli/run_singularity/README.md

This file was deleted.

0 comments on commit 5f9c1a2

Please sign in to comment.