This repository has been archived by the owner on Aug 17, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 72
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
1 parent
a4c3649
commit f93f831
Showing
3 changed files
with
25 additions
and
5 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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
sudo: required | ||
|
||
services: | ||
- docker | ||
|
||
notifications: | ||
slack: | ||
on_success: never | ||
on_failure: always | ||
rooms: | ||
- oicr:S9k4EowgQv9AnbCfEZHSzCsg | ||
|
||
language: java | ||
jdk: | ||
- oraclejdk8 | ||
|
||
before_install: | ||
- docker build -t quay.io/collaboratory/dockstore-tool-bamstats . | ||
- pip2.7 install --user setuptools==24.0.3 | ||
|
||
install: | ||
- pip2.7 install --user cwl-runner cwltool==1.0.20160712154127 schema-salad==1.14.20160708181155 avro==1.8.1 | ||
|
||
script: | ||
- cwltool --non-strict Dockstore.cwl test.json |
This file was deleted.
Oops, something went wrong.
Binary file not shown.