mirror of
https://github.com/PaddiM8/kalker.git
synced 2025-06-25 04:01:51 +02:00
Added travis badge and modified travis file to only compile/test for master branch.
This commit is contained in:
parent
a704bfc9c6
commit
df7e2d7038
@ -2,15 +2,21 @@ language: rust
|
||||
jobs:
|
||||
include:
|
||||
- stage: compile
|
||||
if: branch = master
|
||||
cache: cargo
|
||||
before_install:
|
||||
- rustup component add rustfmt --toolchain stable-x86_64-unknown-linux-gnu
|
||||
script:
|
||||
- cargo build --verbose --all
|
||||
on:
|
||||
branch: master
|
||||
|
||||
- stage: test
|
||||
if: branch = master
|
||||
cache: cargo
|
||||
script: cargo test --verbose --all
|
||||
on:
|
||||
branch: master
|
||||
|
||||
- stage: deploy-releases
|
||||
cache: cargo
|
||||
|
@ -2,6 +2,7 @@
|
||||
[](https://crates.io/crates/kalk_cli)
|
||||
[](https://github.com/PaddiM8/kalk/blob/master/LICENSE)
|
||||
[](https://docs.rs/kalk/latest/kalk/)
|
||||
]
|
||||
|
||||
Kalk is a calculator (both program and library) that supports user-defined variables and functions.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user