mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2025-12-07 01:06:45 +08:00
Merge branch 'master' of https://github.com/mutouyun/cpp-ipc
This commit is contained in:
commit
8c4bb18c65
16
.travis.yml
Normal file
16
.travis.yml
Normal file
@ -0,0 +1,16 @@
|
||||
language: cpp
|
||||
dist: xenial
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
compiler: gcc
|
||||
|
||||
install:
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install libqt5-dev qt5-qmake
|
||||
|
||||
notifications:
|
||||
slack:
|
||||
on_success: never
|
||||
on_failure: never
|
||||
Loading…
x
Reference in New Issue
Block a user