mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
f609e4db5c
commit
e937adabff
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@ build:
|
||||||
# 0.12.0 didn't bump version
|
# 0.12.0 didn't bump version
|
||||||
- run: sed -i -e 's/export const VERSION = ".*";/export const VERSION = "{{ version }}";/' consts.ts
|
- run: sed -i -e 's/export const VERSION = ".*";/export const VERSION = "{{ version }}";/' consts.ts
|
||||||
working-directory: src
|
working-directory: src
|
||||||
|
# 0.12.7+ shipped with a deno.lock that prevents building
|
||||||
|
- run: rm deno.lock
|
||||||
|
if: '>=0.12.7'
|
||||||
- deno compile -A --unstable --import-map="$SRCROOT"/import_map.json --output fluentci ./main.ts
|
- deno compile -A --unstable --import-map="$SRCROOT"/import_map.json --output fluentci ./main.ts
|
||||||
- mkdir -p "{{ prefix }}"/bin
|
- mkdir -p "{{ prefix }}"/bin
|
||||||
- cp fluentci "{{ prefix }}"/bin
|
- cp fluentci "{{ prefix }}"/bin
|
||||||
|
|
Loading…
Reference in a new issue