1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-09-29 22:56:07 -04:00

Adding more CI dependencies

This commit is contained in:
Tim Sarbin 2019-10-26 13:14:18 -04:00
parent 1dea9d860d
commit a3c90ced1d

View File

@ -1,6 +1,6 @@
language: go
before_install:
- sudo apt-get -y install libx11-dev mesa-common-dev libglfw3-dev libgles2-mesa-dev
- sudo apt-get -y install libx11-dev mesa-common-dev libglfw3-dev libgles2-mesa-dev libasound2-dev
script: buildci.sh
git:
depth: 1