mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-12-04 15:50:35 +00:00
feat: build static lib from go-enry vendored subtree
This commit is contained in:
parent
e44f64a7df
commit
238a2115b3
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@ venv/
|
||||
.croupier
|
||||
coverage/
|
||||
run_tests
|
||||
src/libenry.*
|
||||
|
12
Hacefile.yml
12
Hacefile.yml
@ -12,6 +12,7 @@ tasks:
|
||||
- Hacefile.yml
|
||||
- lexers/*xml
|
||||
- styles/*xml
|
||||
- go-enry
|
||||
outputs:
|
||||
- bin/{{NAME}}
|
||||
commands: |
|
||||
@ -113,3 +114,14 @@ tasks:
|
||||
kcov --clean --include-path=./src ${PWD}/coverage ./bin/run_tests
|
||||
outputs:
|
||||
- coverage/index.html
|
||||
|
||||
go-enry:
|
||||
cwd: go-enry
|
||||
dependencies:
|
||||
- go-enry
|
||||
outputs:
|
||||
- src/libenry.a
|
||||
- src/libenry.h
|
||||
commands: |
|
||||
make static
|
||||
cp .shared/* ../src
|
||||
|
Loading…
Reference in New Issue
Block a user