mirror of
https://github.com/ivabus/feval
synced 2024-12-04 20:55:06 +03:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
cdf56ba683
2 changed files with 22 additions and 2 deletions
20
.github/workflows/build.yml
vendored
Normal file
20
.github/workflows/build.yml
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
name: Build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
pull_request:
|
||||
branches: [ "master" ]
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
|
@ -1,4 +1,4 @@
|
|||
# fEval
|
||||
# fEval [![Build](https://github.com/ivabus/feval/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/ivabus/feval/actions/workflows/build.yml)
|
||||
|
||||
> Fast EVALuator
|
||||
|
||||
|
@ -108,4 +108,4 @@ Supported unary operators:
|
|||
|
||||
## License
|
||||
|
||||
This project is primarily distributed under the terms of the MIT license.
|
||||
This project is primarily distributed under the terms of the MIT license.
|
||||
|
|
Loading…
Reference in a new issue