mirror of https://gitee.com/bigwinds/arangodb
switch to trusty
This commit is contained in:
parent
87567c3c2a
commit
6a78640f79
|
@ -17,12 +17,13 @@ language: cpp
|
||||||
cache: ccache
|
cache: ccache
|
||||||
compiler: g++
|
compiler: g++
|
||||||
sudo: false
|
sudo: false
|
||||||
|
dist: trusty
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
- ubuntu-toolchain-r-test
|
- ubuntu-toolchain-r-test
|
||||||
- george-edison55-precise-backports
|
- george-edison55-trusty-backports
|
||||||
packages:
|
packages:
|
||||||
- g++-5
|
- g++-5
|
||||||
- gcc-5
|
- gcc-5
|
||||||
|
|
|
@ -19,7 +19,7 @@ echo "CXX: $CXX"
|
||||||
echo
|
echo
|
||||||
echo "$0: compiling ArangoDB"
|
echo "$0: compiling ArangoDB"
|
||||||
|
|
||||||
(cd build && make -j5)
|
(cd build && make -j6)
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo "$0: done"
|
echo "$0: done"
|
||||||
|
|
Loading…
Reference in New Issue