mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
883c2eb13b
commit
626ffca1de
|
@ -15,10 +15,13 @@ dependencies:
|
|||
build:
|
||||
dependencies:
|
||||
deno.land: ~1.37
|
||||
script: |
|
||||
deno compile -A --unstable --import-map="$SRCROOT"/import_map.json --output fluentci ./main.ts
|
||||
mkdir -p "{{ prefix }}"/bin
|
||||
cp fluentci "{{ prefix }}"/bin
|
||||
script:
|
||||
# 0.12.0 didn't bump version
|
||||
- run: sed -i -e 's/export const VERSION = ".*";/export const VERSION = "{{ version }}";/' consts.ts'
|
||||
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
|
||||
|
||||
provides:
|
||||
|
|
Loading…
Reference in a new issue