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

Remove OPAM from build as it kills GitLab CI.

parent 2171b8f0
No related branches found
No related tags found
No related merge requests found
......@@ -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.
Finish editing this message first!
Please register or to comment