rename relish to flesh
This commit is contained in:
parent
415b1181fa
commit
9b447eb5b7
58 changed files with 252 additions and 245 deletions
|
|
@ -22,7 +22,7 @@ compile-release:
|
|||
- cargo build --release
|
||||
artifacts:
|
||||
paths:
|
||||
- target/release/relish
|
||||
- target/release/flesh
|
||||
only:
|
||||
variables:
|
||||
- $CI_COMMIT_TAG =~ /^v\d+.\d+.\d+-?.*$/
|
||||
|
|
@ -37,4 +37,4 @@ unit-tests:
|
|||
userlib-tests:
|
||||
stage: test
|
||||
script:
|
||||
- cargo run --no-default-features snippets/userlib.rls snippets/userlib-tests.rls
|
||||
- cargo run --no-default-features snippets/userlib.f snippets/userlib-tests.f
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue