mirror of
https://github.com/matrix-construct/construct
synced 2024-12-25 23:14:13 +01:00
Update travis.
This commit is contained in:
parent
1a1a50f5f3
commit
b2c4412e46
2 changed files with 8 additions and 15 deletions
15
.travis.yml
15
.travis.yml
|
@ -1,8 +1,8 @@
|
|||
# Travis-CI Build for charybdis
|
||||
# see travis-ci.org for details
|
||||
|
||||
language: c++
|
||||
sudo: false
|
||||
language: cpp
|
||||
sudo: required
|
||||
|
||||
git:
|
||||
submodules: false
|
||||
|
@ -10,7 +10,7 @@ git:
|
|||
#notifications:
|
||||
# webhooks:
|
||||
# urls:
|
||||
# - http://98.171.169.78:6699/
|
||||
# - http://zemos.net:6699/
|
||||
# on_success: always
|
||||
# on_failure: always
|
||||
# on_start: always
|
||||
|
@ -19,9 +19,7 @@ matrix:
|
|||
include:
|
||||
- os: linux
|
||||
dist: xenial
|
||||
group: unstable
|
||||
compiler: gcc-6
|
||||
sudo: required
|
||||
compiler: g++-6
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
|
@ -35,7 +33,7 @@ matrix:
|
|||
- CXXCOMPILER=g++-6
|
||||
- WITH_INCLUDED_BOOST=--with-included-boost
|
||||
- WITH_INCLUDED_ROCKSDB=--with-included-rocksdb=shared
|
||||
- WITH_INCLUDED_JS=--with-included-js=shared
|
||||
- WITH_INCLUDED_JS=#--with-included-js=shared
|
||||
|
||||
# - os: linux
|
||||
# dist: xenial
|
||||
|
@ -85,7 +83,6 @@ script:
|
|||
- $CC --version
|
||||
- $CXX --version
|
||||
- time bash autogen.sh
|
||||
#- time ./configure $WITH_INCLUDED_BOOST $WITH_INCLUDED_ROCKSDB $WITH_INCLUDED_JS CC=$CC CXX=$CXX
|
||||
- time ./configure $WITH_INCLUDED_BOOST $WITH_INCLUDED_ROCKSDB CC=$CC CXX=$CXX
|
||||
- time ./configure $WITH_INCLUDED_BOOST $WITH_INCLUDED_ROCKSDB $WITH_INCLUDED_JS CC=$CC CXX=$CXX
|
||||
- time make -j4
|
||||
- time make -j4 install
|
||||
|
|
|
@ -58,15 +58,11 @@ and have furthered the mission of eliminating the need for external "IRC service
|
|||
|
||||
#### Platforms
|
||||
|
||||
[![Charybdis](http://img.shields.io/SemVer/v5.0.0-dev.png)](https://github.com/charybdis-ircd/charybdis/tree/master)
|
||||
*This branch is not meant for production. Use at your own risk.*
|
||||
[![Construct](https://img.shields.io/SemVer/v5.0.0-dev.png)](https://github.com/jevolk/charybdis/tree/master)
|
||||
|
||||
| <sub> Continuously Integrated Host </sub> | <sub> Compiler </sub> | <sub> Third party </sub> | <sub> Status </sub> |
|
||||
|:------------------------------------------- |:------------------------ |:------------------------ |:------------------- |
|
||||
| <sub> Linux Ubuntu 16.04 Xenial </sub> | <sub> GCC 6 </sub> | <sub> Boost 1.62 </sub> | [![POSIX Build Status](https://travis-ci.org/charybdis-ircd/charybdis.svg?branch=master)](https://travis-ci.org/charybdis-ircd/charybdis) |
|
||||
| <sub> Linux Ubuntu 14.04 Xenial </sub> | <sub> Clang 3.8 </sub> | <sub> Boost 1.62 </sub> | [![POSIX Build Status](https://travis-ci.org/charybdis-ircd/charybdis.svg?branch=master)](https://travis-ci.org/charybdis-ircd/charybdis) |
|
||||
| <sub> Apple Darwin 15.5 </sub> | <sub> LLVM 7.3.0 </sub> | <sub> Boost 1.62 </sub> | [![POSIX Build Status](https://travis-ci.org/charybdis-ircd/charybdis.svg?branch=master)](https://travis-ci.org/charybdis-ircd/charybdis) |
|
||||
| <sub> Windows </sub> | <sub> mingw 3.5 </sub> | <sub> Boost 1.62 </sub> | [![Windows Build Status](https://ci.appveyor.com/api/projects/status/is0obsml8xyq2qk7/branch/master?svg=true)](https://ci.appveyor.com/project/kaniini/charybdis/branch/master) |
|
||||
| <sub> Linux Ubuntu 16.04 Xenial </sub> | <sub> GCC 6 </sub> | <sub> Boost 1.61 </sub> | [![POSIX Build Status](https://travis-ci.org/jevolk/charybdis.svg?branch=master)](https://travis-ci.org/jevolk/charybdis) |
|
||||
|
||||
|
||||
### Building from git (production)
|
||||
|
|
Loading…
Reference in a new issue