Skip to content

Commit 5f9c1a2

Browse files
committed
build singularity in /tmp
1 parent cbd821b commit 5f9c1a2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+1
-864
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ install:
1717
- python setup.py sdist
1818
- python setup.py install
1919
- pylint --version
20-
- git clone -b development https://github.com/singularityware/singularity.git && cd singularity && ./autogen.sh && ./configure --prefix=/usr/local && make && sudo make install
20+
- cd /tmp && git clone -b development https://github.com/singularityware/singularity.git && cd singularity && ./autogen.sh && ./configure --prefix=/usr/local && make && sudo make install
2121

2222
script:
2323
- python -m unittest discover -s $TRAVIS_BUILD_DIR/singularity/tests/ -p '[t|T]est*.py'

docs/README.md

Lines changed: 0 additions & 36 deletions
This file was deleted.

docs/classify/README.md

Lines changed: 0 additions & 46 deletions
This file was deleted.

docs/cli/run_singularity/README.md

Lines changed: 0 additions & 160 deletions
This file was deleted.

0 commit comments

Comments
 (0)