Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lscsoft
glue
Commits
45b3dc0a
Verified
Commit
45b3dc0a
authored
Feb 18, 2020
by
Duncan Macleod
🏕
Browse files
ci: install lal for el7 tests
parent
d54a76db
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
45b3dc0a
...
@@ -154,7 +154,9 @@ test:el7:python2:
...
@@ -154,7 +154,9 @@ test:el7:python2:
GIT_STRATEGY
:
none
GIT_STRATEGY
:
none
script
:
script
:
# install glue
# install glue
-
yum -y -q --nogpgcheck localinstall python2-*glue*.rpm
-
yum -y --nogpgcheck localinstall python2-*glue*.rpm
# install lal
-
yum -y --nogpgcheck localinstall python2-lal
# extract and run the tests
# extract and run the tests
-
tar -xf *.tar.* --strip-components 1 lscsoft-glue*/test
-
tar -xf *.tar.* --strip-components 1 lscsoft-glue*/test
-
make -C test PYTHON=python2
-
make -C test PYTHON=python2
...
@@ -169,7 +171,9 @@ test:el7:python3:
...
@@ -169,7 +171,9 @@ test:el7:python3:
GIT_STRATEGY
:
none
GIT_STRATEGY
:
none
script
:
script
:
# install glue
# install glue
-
yum -y -q --nogpgcheck localinstall python3*glue*.rpm
-
yum -y --nogpgcheck localinstall python3*glue*.rpm
# install lal
-
yum -y install python3-lal
# extract and run the tests
# extract and run the tests
-
tar -xf *.tar.* --strip-components 1 lscsoft-glue*/test
-
tar -xf *.tar.* --strip-components 1 lscsoft-glue*/test
-
make -C test PYTHON=python3
-
make -C test PYTHON=python3
...
...
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