mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-30 23:50:19 -07:00
Add build-essential to travis cfg
This can't be causing the failure can it? It can't find QtMultimedia..
This commit is contained in:
+1
-1
@@ -5,5 +5,5 @@ compiler:
|
|||||||
script: mkdir build && cd build && cmake .. && make
|
script: mkdir build && cd build && cmake .. && make
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
- sudo apt-get install -y qtmobility-dev libprotobuf-dev protobuf-compiler libqt4-dev
|
- sudo apt-get install -y qtmobility-dev libprotobuf-dev protobuf-compiler libqt4-dev build-essential
|
||||||
cache: apt
|
cache: apt
|
||||||
|
|||||||
Reference in New Issue
Block a user