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
567a6db1
Commit
567a6db1
authored
Jun 25, 2014
by
Fabio Bas
Browse files
Merge remote-tracking branch 'upstream/master' into cmake_qt5
parents
2354ed69
bda01b20
Changes
3
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
567a6db1
language
:
cpp
language
:
cpp
os
:
-
linux
-
osx
compiler
:
compiler
:
-
gcc
-
gcc
-
clang
-
clang
script
:
mkdir build && cd build && cmake .. && make
script
:
mkdir build && cd build && cmake .. && make
before_install
:
install
:
./travis-dependencies.sh
-
sudo apt-get update -qq
-
sudo apt-get install -y qtmobility-dev libprotobuf-dev protobuf-compiler libqt4-dev build-essential
cache
:
apt
cache
:
apt
doc/usermanual/Usermanual.pdf
View file @
567a6db1
No preview for this file type
travis-dependencies.sh
0 → 100755
View file @
567a6db1
#!/bin/bash
if
[[
$TRAVIS_OS_NAME
==
"osx"
]]
;
then
brew update
brew
install
qt cmake protobuf
else
sudo
apt-get update
-qq
sudo
apt-get
install
-y
qtmobility-dev libprotobuf-dev protobuf-compiler libqt4-dev
fi
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