-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.travis.yml
25 lines (23 loc) · 1.12 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
sudo: required
language: python
services:
- docker
install:
- wget https://github.com/involucro/involucro/releases/download/v1.1.2/involucro
- chmod +x involucro
- sudo apt-get update -qq
- sudo apt-get install docker-ce --no-install-recommends -y -o Dpkg::Options::="--force-confmiss" -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confnew"
- wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
- chmod +x miniconda.sh
- ./miniconda.sh -b
- export PATH=/home/travis/miniconda2/bin:$PATH
- conda --version
- conda install conda-build -y -c bioconda
- pip install requests
- pip install git+https://github.com/galaxyproject/galaxy-lib.git
- docker --version
- docker info
- git clone --quiet https://github.com/bioconda/bioconda-recipes.git
script:
- travis_wait 45 mulled-build-channel --channel bioconda --involucro-path ./involucro --recipes-dir ./bioconda-recipes --diff-hours 25 list
- travis_wait 45 mulled-build-channel --channel bioconda --namespace biocontainers --involucro-path ./involucro --recipes-dir ./bioconda-recipes --diff-hours 25 all