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