-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
62 changed files
with
334 additions
and
2,283 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,44 @@ | ||
matrix: | ||
include: | ||
- os: linux | ||
- os: linux | ||
language: perl | ||
perl: "5.22" | ||
install: | ||
- which cpanm | ||
- cpanm -nq --installdeps . | ||
- perl Build.PL | ||
- perl ./Build | ||
- perl ./Build test | ||
- perl ./Build install | ||
script: | ||
- hpcrunner.pl submit_jobs -h | ||
- hpcrunner.pl execute_job -h | ||
- hpcrunner.pl execute_array -h | ||
- hpcrunner.pl stats -h | ||
- hpcrunner.pl new -h | ||
#script: ci-tests/slurm/travis-setup.sh; ci-tests/slurm/travis-run.sh # slurm testing | ||
- os: osx | ||
language: c | ||
sudo: required | ||
services: | ||
- docker | ||
script: ci-tests/slurm/travis-setup.sh; ci-tests/slurm/travis-run.sh # slurm testing | ||
- os: osx | ||
language: c | ||
script: ci-tests/run-travis-perl-osx.sh #osx testing | ||
install: | ||
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-MacOSX-x86_64.sh -O miniconda.sh | ||
- bash miniconda.sh -b -p $HOME/miniconda | ||
- export PATH="$HOME/miniconda/bin:$PATH" | ||
- hash -r | ||
- conda config --set always_yes yes --set changeps1 no | ||
- conda config --add channels conda-forge | ||
- conda config --add channels bioconda | ||
- conda update -q conda | ||
- conda info -a | ||
- conda create -q -n build perl perl-app-cpanminus | ||
- source activate build | ||
- cpanm -nq --installdeps . | ||
- perl Build.PL | ||
- perl ./Build | ||
- perl ./Build test | ||
- perl ./Build install | ||
script: | ||
- hpcrunner.pl submit_jobs -h | ||
- hpcrunner.pl execute_job -h | ||
- hpcrunner.pl execute_array -h | ||
- hpcrunner.pl stats -h | ||
- hpcrunner.pl new -h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.