[DEV] update new worktree
This commit is contained in:
parent
f214c37748
commit
2a07ac0710
@ -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
|
||||
- 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_drain_test
|
||||
- ./out/Linux_x86_64/debug/staging/$BUILDER/audio_algo_drain_test/usr/bin/audio_algo_drain_test -l6
|
||||
- lutin -C -P -c$BUILDER -mdebug -p audio-algo-drain-test
|
||||
- ./out/Linux_x86_64/debug/staging/$BUILDER/audio-algo-drain-test/usr/bin/audio-algo-drain-test -l6
|
||||
|
||||
notifications:
|
||||
email:
|
||||
|
@ -4,16 +4,16 @@ import lutin.tools as tools
|
||||
import lutin.debug as debug
|
||||
|
||||
def get_desc():
|
||||
return "audio_algo_drain_test: test for speex ALGO"
|
||||
return "test drain audio algo"
|
||||
|
||||
|
||||
def create(target):
|
||||
myModule = module.Module(__file__, 'audio_algo_drain_test', 'BINARY')
|
||||
myModule = module.Module(__file__, 'audio-algo-drain-test', 'BINARY')
|
||||
myModule.add_src_file([
|
||||
'test/main.cpp',
|
||||
'test/debug.cpp'
|
||||
])
|
||||
myModule.add_module_depend(['audio_algo_drain'])
|
||||
myModule.add_module_depend(['audio-algo-drain'])
|
||||
return myModule
|
||||
|
||||
|
@ -4,7 +4,7 @@ import lutin.tools as tools
|
||||
import lutin.debug as debug
|
||||
|
||||
def get_desc():
|
||||
return "audio_algo_drain : drain basic algorithm"
|
||||
return "drain basic algorithm"
|
||||
|
||||
def get_licence():
|
||||
# return a table with : "Licence Name", contamination if link static, contamination if link dynamic, "Licence string description / FileName / auto for classicle licence"]
|
||||
@ -12,7 +12,7 @@ def get_licence():
|
||||
|
||||
|
||||
def create(target):
|
||||
myModule = module.Module(__file__, 'audio_algo_drain', 'LIBRARY')
|
||||
myModule = module.Module(__file__, 'audio-algo-drain', 'LIBRARY')
|
||||
myModule.add_src_file([
|
||||
'audio/algo/drain/debug.cpp',
|
||||
'audio/algo/drain/BiQuad.cpp',
|
Loading…
Reference in New Issue
Block a user