Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
0eb00fe3
Commit
0eb00fe3
authored
Jun 25, 2014
by
Daenyth
Browse files
Add build-essential to travis cfg
This can't be causing the failure can it? It can't find QtMultimedia..
parent
5ea59908
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
0eb00fe3
...
@@ -5,5 +5,5 @@ compiler:
...
@@ -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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment