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
b09ccdcd
Commit
b09ccdcd
authored
Apr 14, 2019
by
Ievgen Vovk
Browse files
Merge branch 'master' of gitlab.mpcdf.mpg.de:ievo/ctapipe_io_magic
parents
5454bb6e
2c5ec171
Pipeline
#46958
failed with stage
in 8 minutes
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
b09ccdcd
before_script
:
-
printf "deb http://archive.debian.org/debian/ jessie main\ndeb-src http://archive.debian.org/debian/ jessie main\ndeb http://security.debian.org jessie/updates main\ndeb-src http://security.debian.org jessie/updates main\n" > /etc/apt/sources.list
-
echo "deb http://ftp.de.debian.org/debian testing main" >> /etc/apt/sources.list
-
echo 'APT::Default-Release "stable";' | tee -a /etc/apt/apt.conf.d/00local
-
cat /etc/apt/sources.list
-
apt-get update -qq
-
DEBIAN_FRONTEND=noninteractive apt-get -t testing install -yq 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
-
pip3 install https://github.com/IevgenVovk/ctapipe-extra/archive/$CTAPIPE_VERSION.tar.gz
-
pip3 install -e .
run_tests
:
script
:
# - echo "Yes!"
-
pytest-3 -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