mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-01-02 22:59:14 +03:00
move to new cspot
This commit is contained in:
32
components/spotify/cspot/bell/external/nanopb/.travis.yml
vendored
Normal file
32
components/spotify/cspot/bell/external/nanopb/.travis.yml
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
language: c
|
||||
dist: focal
|
||||
|
||||
# Test using both gcc and clang
|
||||
env:
|
||||
- CC=gcc CXX=g++
|
||||
- CC=clang CXX=clang++
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- scons
|
||||
- python3
|
||||
- python3-protobuf
|
||||
- protobuf-compiler
|
||||
|
||||
|
||||
before_install:
|
||||
- export PATH=$HOME/.local/bin:$HOME/protobuf/bin:$PATH
|
||||
- export MAKEFLAGS=-j$(nproc)
|
||||
- $CC --version
|
||||
- $CXX --version
|
||||
- python --version
|
||||
- lsb_release -a
|
||||
|
||||
script:
|
||||
- pushd tests && scons CC=$CC CXX=$CXX && popd
|
||||
|
||||
notifications:
|
||||
email:
|
||||
recipients:
|
||||
- jpa@travis.mail.kapsi.fi
|
||||
Reference in New Issue
Block a user