mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
d257976018
commit
bb2f99e4dc
1 changed files with 6 additions and 3 deletions
|
@ -11,12 +11,15 @@ versions:
|
|||
|
||||
build:
|
||||
env:
|
||||
APP_VERSION: "{{ version }}"
|
||||
APP_VERSION: '{{ version }}'
|
||||
dependencies:
|
||||
rust-lang.org: ">=1.65"
|
||||
rust-lang.org/cargo: "*"
|
||||
rust-lang.org: '>=1.65'
|
||||
rust-lang.org/cargo: '*'
|
||||
script: cargo install --locked --path . --root {{prefix}}
|
||||
|
||||
test:
|
||||
script:
|
||||
# required file
|
||||
- run: touch .env
|
||||
if: '>=0.66.0'
|
||||
- test "$(tailcall --version)" = "tailcall {{version}}"
|
||||
|
|
Loading…
Reference in a new issue