[DEV] update builder
This commit is contained in:
parent
1ce8357c90
commit
a83a1c8191
@ -10,8 +10,8 @@ os:
|
|||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- cd ..
|
- cd ..
|
||||||
- git clone https://github.com/HeeroYui/gtest.git
|
- git clone https://github.com/generic-library/gtest.git
|
||||||
- git clone https://github.com/HeeroYui/etk.git
|
- git clone https://github.com/atria-soft/etk.git
|
||||||
- git clone https://github.com/musicdsp/audio.git
|
- git clone https://github.com/musicdsp/audio.git
|
||||||
- pwd
|
- pwd
|
||||||
- ls -l
|
- ls -l
|
||||||
@ -28,8 +28,8 @@ install:
|
|||||||
- sudo pip install lutin
|
- sudo pip install lutin
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- lutin -C -P -c$BUILDER -mdebug -p audio_algo_chunkware_test
|
- lutin -C -P -c$BUILDER -mdebug -p audio-algo-chunkware-test
|
||||||
# - ./out/Linux_x86_64/debug/staging/$BUILDER/audio_algo_chunkware_test/usr/bin/audio_algo_chunkware_test -l6
|
# - ./out/Linux_x86_64/debug/staging/$BUILDER/audio-algo-chunkware-test/usr/bin/audio-algo-chunkware-test -l6
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
|
@ -4,16 +4,16 @@ import lutin.tools as tools
|
|||||||
import lutin.debug as debug
|
import lutin.debug as debug
|
||||||
|
|
||||||
def get_desc():
|
def get_desc():
|
||||||
return "audio_algo_aec_test: test for LMS ALGO"
|
return "test chunkware"
|
||||||
|
|
||||||
|
|
||||||
def create(target):
|
def create(target):
|
||||||
myModule = module.Module(__file__, 'audio_algo_chunkware_test', 'BINARY')
|
myModule = module.Module(__file__, 'audio-algo-chunkware-test', 'BINARY')
|
||||||
myModule.add_src_file([
|
myModule.add_src_file([
|
||||||
'test/main.cpp',
|
'test/main.cpp',
|
||||||
'test/debug.cpp'
|
'test/debug.cpp'
|
||||||
])
|
])
|
||||||
myModule.add_module_depend(['audio_algo_chunkware'])
|
myModule.add_module_depend(['audio-algo-chunkware'])
|
||||||
return myModule
|
return myModule
|
||||||
|
|
||||||
|
|
@ -4,11 +4,11 @@ import lutin.tools as tools
|
|||||||
import lutin.debug as debug
|
import lutin.debug as debug
|
||||||
|
|
||||||
def get_desc():
|
def get_desc():
|
||||||
return "audio_algo_aec : AEC basic algo"
|
return "chunkware algo"
|
||||||
|
|
||||||
|
|
||||||
def create(target):
|
def create(target):
|
||||||
myModule = module.Module(__file__, 'audio_algo_chunkware', 'LIBRARY')
|
myModule = module.Module(__file__, 'audio-algo-chunkware', 'LIBRARY')
|
||||||
myModule.add_src_file([
|
myModule.add_src_file([
|
||||||
'audio/algo/chunkware/debug.cpp',
|
'audio/algo/chunkware/debug.cpp',
|
||||||
'audio/algo/chunkware/Compressor.cpp',
|
'audio/algo/chunkware/Compressor.cpp',
|
Loading…
Reference in New Issue
Block a user