mirror of
https://github.com/oatpp/oatpp.git
synced 2024-11-21 03:14:51 +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/
|