mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
883c2eb13b
commit
626ffca1de
1 changed files with 7 additions and 4 deletions
|
@ -15,10 +15,13 @@ dependencies:
|
||||||
build:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
deno.land: ~1.37
|
deno.land: ~1.37
|
||||||
script: |
|
script:
|
||||||
deno compile -A --unstable --import-map="$SRCROOT"/import_map.json --output fluentci ./main.ts
|
# 0.12.0 didn't bump version
|
||||||
mkdir -p "{{ prefix }}"/bin
|
- run: sed -i -e 's/export const VERSION = ".*";/export const VERSION = "{{ version }}";/' consts.ts'
|
||||||
cp fluentci "{{ prefix }}"/bin
|
working-directory: src
|
||||||
|
- deno compile -A --unstable --import-map="$SRCROOT"/import_map.json --output fluentci ./main.ts
|
||||||
|
- mkdir -p "{{ prefix }}"/bin
|
||||||
|
- cp fluentci "{{ prefix }}"/bin
|
||||||
skip: fix-patchelf
|
skip: fix-patchelf
|
||||||
|
|
||||||
provides:
|
provides:
|
||||||
|
|
Loading…
Reference in a new issue