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

Another OPAM CI try.

parent c87d248a
No related branches found
No related tags found
No related merge requests found
......@@ -9,8 +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
- 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