Skip to content
Snippets Groups Projects
Commit 67fd5798 authored by Alexander Pace's avatar Alexander Pace
Browse files

Update .gitlab-ci.yml

parent e2be8191
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ pages: ...@@ -28,7 +28,7 @@ pages:
- echo "Building GstLAL" - echo "Building GstLAL"
- apt update - apt update
# Pull installation dependencies: # Pull installation dependencies:
- apt-get --assume-yes install automake graphviz - apt-get --assume-yes install automake graphviz texlive-full
# Pull GstLAL-specific dependencies: # Pull GstLAL-specific dependencies:
- apt-get --assume-yes install doxygen gtk-doc-tools libfftw3-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev liborc-0.4-0 gobject-introspection python-gobject-dev python-numpy python-scipy lscsoft-gds - apt-get --assume-yes install doxygen gtk-doc-tools libfftw3-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev liborc-0.4-0 gobject-introspection python-gobject-dev python-numpy python-scipy lscsoft-gds
- cd gstlal; ./00init.sh; ./configure --prefix=${GSTLAL_DIR}; make; make install - cd gstlal; ./00init.sh; ./configure --prefix=${GSTLAL_DIR}; make; make install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment