Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Ievgen Vovk
ctapipe_io_magic
Commits
aa8cf601
Commit
aa8cf601
authored
Apr 13, 2019
by
Ievgen Vovk
Browse files
Update .gitlab-ci.yml
parent
f445d9a6
Pipeline
#46918
canceled with stage
in 2 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
aa8cf601
...
...
@@ -6,9 +6,11 @@ before_script:
-
cat /etc/apt/sources.list
-
apt-get update -qq
-
DEBIAN_FRONTEND=noninteractive apt-get -t testing install -y python3.6
-
DEBIAN_FRONTEND=noninteractive apt-get -t testing install -y
q
python3.6
-
apt-get -t testing install -y -qq python3-pip
-
apt-get -t testing install -y -qq python3-pytest
-
export CTAPIPE_VERSION=master
-
pip3 install https://github.com/cta-observatory/ctapipe/archive/$CTAPIPE_VERSION.tar.gz
-
pip3 install https://github.com/cta-observatory/ctapipe-extra/archive/$CTAPIPE_VERSION.tar.gz
...
...
@@ -16,5 +18,5 @@ before_script:
run_tests
:
script
:
# - echo "Yes!"
-
pytest -vvs
\ No newline at end of file
-
echo "Yes!"
# - pytest -vvs
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment