mirror of
https://gitee.com/zyjblog/oatpp.git
synced 2024-12-22 22:16:37 +08:00
19 lines
563 B
YAML
19 lines
563 B
YAML
|
path_classifiers:
|
||
|
generated:
|
||
|
- exclude: "oatpp/*" # don't tag oatpp sources as generated
|
||
|
library:
|
||
|
- exclude: "oatpp/*" # don't tag oatpp sources as library
|
||
|
template:
|
||
|
- exclude: "oatpp/*" # don't tag oatpp sources as template
|
||
|
test:
|
||
|
- exclude: "oatpp/*" # don't tag oatpp sources as test
|
||
|
- oatpp/test # tag test folder only as test
|
||
|
docs:
|
||
|
- README.md
|
||
|
- LICENSE.txt
|
||
|
extraction:
|
||
|
cpp:
|
||
|
after_prepare:
|
||
|
- mkdir oatpp # oatpp must be stored in the "oatpp" dir name.
|
||
|
- mv `ls -A | grep -v oatpp` ./oatpp/
|