Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tasks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
biowdl
tasks
Commits
700b25aa
Commit
700b25aa
authored
6 years ago
by
ffinfo
Browse files
Options
Downloads
Patches
Plain Diff
Update to snapshot
parent
035cf1a3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!61
Switch to structs
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+7
-4
7 additions, 4 deletions
.travis.yml
with
7 additions
and
4 deletions
.travis.yml
+
7
−
4
View file @
700b25aa
language
:
java
script
:
-
set -e
-
export CROMWELL_VERSION=34
-
wget https://github.com/broadinstitute/cromwell/releases/download/$CROMWELL_VERSION/womtool-$CROMWELL_VERSION.jar
-
for F in $(git ls-files *.wdl); do echo $F; java -jar womtool-$CROMWELL_VERSION.jar validate $F; done
-
set -e
-
export CROMWELL_VERSION=34
# - wget https://github.com/broadinstitute/cromwell/releases/download/$CROMWELL_VERSION/womtool-$CROMWELL_VERSION.jar
-
wget https://barmsijs.lumc.nl/womtool-35-a7ae2d8-SNAP.jar
-
for F in *.wdl; do echo $F; java -jar womtool-*.jar validate $F; done
-
'
if
[
"$TRAVIS_PULL_REQUEST"
!=
"false"
];
then
git
submodule
foreach
--recursive
git
checkout
$TRAVIS_BRANCH
&&
git
submodule
foreach
--recursive
git
pull;
fi'
-
"
git
diff
--exit-code
||
(echo
ERROR:
Git
changes
detected.
Please
update
submodules
&&
exit
1)"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment