Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
astrocyte_example_wordcount
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Iterations
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Astrocyte
Workflows
BioHPC
astrocyte_example_wordcount
Commits
5b05ac28
There was a problem fetching the latest pipeline status.
Commit
5b05ac28
authored
6 years ago
by
David Trudgian
Browse files
Options
Downloads
Patches
Plain Diff
CI stages
parent
984fde40
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!1
Add Basic CI
Pipeline
#2925
passed with stages
in 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+11
-3
11 additions, 3 deletions
.gitlab-ci.yml
with
11 additions
and
3 deletions
.gitlab-ci.yml
+
11
−
3
View file @
5b05ac28
...
...
@@ -2,21 +2,29 @@
before_script
:
-
module load astrocyte/0.1.0
stages
:
-
check
-
test
# This performs validation of the astrocyte_pkg.yml file
check
:
astrocyte_check
:
stage
:
check
script
:
-
astrocyte_cli check "$CI_PROJECT_DIR"
# This runs the workflow with test data and does a simple
# check for the expected output file
test
:
astrocyte_test
:
stage
:
test
script
:
-
astrocyte_cli test "$CI_PROJECT_DIR"
-
test -s "$CI_PROJECT_DIR/workflow/output/mobydick.txt.uppercase.tolines.wordcount"
# This verifies we can install the shiny vizapp dependencies
# and start the vizapp running.
shiny
:
astrocyte_shiny
:
stage
:
test
script
:
-
astrocyte_cli shiny-prepare "$CI_PROJECT_DIR"
-
'
timeout
10
astrocyte_cli
shiny
"$CI_PROJECT_DIR"
&'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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