Skip to content
Snippets Groups Projects
Commit 007a4212 authored by David Trattnig's avatar David Trattnig
Browse files

Remove OPAM from build as it kills GitLab CI.

parent 720141c1
No related branches found
No related tags found
No related merge requests found
Pipeline #674 passed
......@@ -9,11 +9,11 @@ before_script:
- apt-get install -y python3-virtualenv virtualenv supervisor opam redis-server redis-tools libev4 libev-dev libsndfile1 quelcom # mariadb-server libmariadbclient-dev
- /usr/bin/virtualenv venv
- . venv/bin/activate
- opam init --disable-sandboxing -y
- opam switch create 4.08.0
- eval $(opam env)
- opam depext -y flac opus pulseaudio bjack alsa liquidsoap
- opam install -y flac opus pulseaudio bjack alsa liquidsoap
# - opam init --disable-sandboxing -y
# - opam switch create 4.08.0
# - eval $(opam env)
# - opam depext -y flac opus pulseaudio bjack alsa liquidsoap
# - opam install -y flac opus pulseaudio bjack alsa liquidsoap
- python3 -V
- pip3 install -r requirements.txt
- mkdir /etc/aura
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment