rename relish to flesh

This commit is contained in:
Ava Apples Affine 2024-02-06 22:39:08 +00:00
parent 415b1181fa
commit 9b447eb5b7
58 changed files with 252 additions and 245 deletions

View file

@ -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