[DEV] remove build system and add audioAlgo
This commit is contained in:
parent
bf8a93d1ea
commit
915c4088e7
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -2,9 +2,6 @@
|
||||
[submodule "external/glew/glew"]
|
||||
path = external/glew/glew
|
||||
url = https://github.com/HeeroYui/glew.git
|
||||
[submodule "build"]
|
||||
path = build
|
||||
url = https://github.com/HeeroYui/Build.git
|
||||
[submodule "external/etk"]
|
||||
path = external/etk
|
||||
url = https://github.com/HeeroYui/etk.git
|
||||
@ -83,3 +80,6 @@
|
||||
[submodule "external/river"]
|
||||
path = external/river
|
||||
url = https://github.com/HeeroYui/river.git
|
||||
[submodule "external/audio-algo-aec"]
|
||||
path = external/audio-algo-aec
|
||||
url = https://github.com/HeeroYui/audio-algo-aec.git
|
||||
|
@ -16,6 +16,7 @@ branches:
|
||||
|
||||
# previous actions:
|
||||
before_script:
|
||||
- git clone git://github.com/HeeroYui/lutin.git
|
||||
- git submodule init
|
||||
- git submodule update
|
||||
- if [ "$CXX" == "clang++" ]; then BUILDER=clang; else BUILDER=gcc; fi
|
||||
@ -31,7 +32,7 @@ install:
|
||||
|
||||
# build sequence with Lutin :
|
||||
script:
|
||||
- ./build/lutin.py -C -P -c$BUILDER -mdebug -p ewol etk_test exml_test ejson_test enettest
|
||||
- ./lutin/lutin.py -C -P -c$BUILDER -mdebug -p ewol etk_test exml_test ejson_test enettest
|
||||
- ./out/Linux_x86_64/debug/staging/$BUILDER/etk_test/usr/bin/etk_test
|
||||
- ./out/Linux_x86_64/debug/staging/$BUILDER/ejson_test/usr/bin/ejson_test
|
||||
- ./out/Linux_x86_64/debug/staging/$BUILDER/exml_test/usr/bin/exml_test
|
||||
|
@ -10,6 +10,7 @@ Instructions
|
||||
|
||||
download the software :
|
||||
|
||||
git clone git://github.com/HeeroYui/lutin.git
|
||||
git clone git://github.com/HeeroYui/ewol.git
|
||||
cd ewol
|
||||
git submodule init
|
||||
|
1
build
1
build
@ -1 +0,0 @@
|
||||
Subproject commit 35d514e9a928685798584e09ecbda3fc2a519eea
|
1
external/audio-algo-aec
vendored
Submodule
1
external/audio-algo-aec
vendored
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit f5f7c80b0c65fc2ba78395bc100d903184090012
|
2
external/drain
vendored
2
external/drain
vendored
@ -1 +1 @@
|
||||
Subproject commit fa6cc4fa5ce3ac492fc13481a2859c2544d1d410
|
||||
Subproject commit 98cbaedc2c62a73be4b97a69bb4147c2246aa9a9
|
2
external/exml
vendored
2
external/exml
vendored
@ -1 +1 @@
|
||||
Subproject commit 13d741b770f0b802cbfdecf132fddc099b087bf7
|
||||
Subproject commit e64954b1a1022183831c8f495d0fafa914205284
|
2
external/river
vendored
2
external/river
vendored
@ -1 +1 @@
|
||||
Subproject commit 6622cd823789eea38b88bae2bcf0ce1c6280df9a
|
||||
Subproject commit bf05f46f24e5d9acca927e68a31fb7d3485542b0
|
Loading…
x
Reference in New Issue
Block a user