travis linux
This commit is contained in:
parent
e41ba279e9
commit
82b3c5e2f3
41
.travis.yml
41
.travis.yml
@ -6,28 +6,29 @@ language: bash
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
# macOS
|
# macOS
|
||||||
- os: osx
|
# - os: osx
|
||||||
env:
|
# env:
|
||||||
- HOMEBREW_NO_AUTO_UPDATE=1
|
# - HOMEBREW_NO_AUTO_UPDATE=1
|
||||||
compiler: clang
|
# compiler: clang
|
||||||
script:
|
# script:
|
||||||
- brew install redis
|
# - brew install redis
|
||||||
- brew services start redis
|
# - brew services start redis
|
||||||
- brew install mbedtls
|
# - brew install mbedtls
|
||||||
- python test/run.py
|
|
||||||
- make ws
|
|
||||||
|
|
||||||
# Linux
|
|
||||||
# - os: linux
|
|
||||||
# dist: bionic
|
|
||||||
# before_install:
|
|
||||||
# - sudo apt-get install -y libmbedtls-dev
|
|
||||||
# script:
|
|
||||||
# - python test/run.py
|
# - python test/run.py
|
||||||
# - make ws
|
# - make ws
|
||||||
# env:
|
|
||||||
# - CC=gcc
|
Linux
|
||||||
# - CXX=g++
|
- os: linux
|
||||||
|
dist: bionic
|
||||||
|
before_install:
|
||||||
|
- sudo apt-get install -y libmbedtls-dev
|
||||||
|
- sudo apt-get install -y redis-server
|
||||||
|
script:
|
||||||
|
#- python test/run.py
|
||||||
|
# - make ws
|
||||||
|
env:
|
||||||
|
- CC=gcc
|
||||||
|
- CXX=g++
|
||||||
|
|
||||||
# Clang + Linux disabled for now
|
# Clang + Linux disabled for now
|
||||||
# - os: linux
|
# - os: linux
|
||||||
|
Loading…
Reference in New Issue
Block a user