mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
- Switch Linux builds to Ubuntu 14.04 from 12.04. - Split dynamic and static builds into different jobs. - Remove OS X builds as the infrastructure is slow and unreliable.
14 lines
190 B
YAML
14 lines
190 B
YAML
compiler:
|
|
- clang
|
|
- gcc
|
|
dist: trusty
|
|
env:
|
|
- TEST_BUILD_DYNAMIC=1
|
|
- TEST_BUILD_STATIC=1
|
|
language: cpp
|
|
notifications:
|
|
email: false
|
|
script:
|
|
- sh ./tools/travis-ci.sh
|
|
sudo: required
|