mirror of
https://github.com/PaddiM8/kalker.git
synced 2025-06-25 20:21:44 +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:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- stage: compile
|
- stage: compile
|
||||||
|
if: branch = master
|
||||||
cache: cargo
|
cache: cargo
|
||||||
before_install:
|
before_install:
|
||||||
- rustup component add rustfmt --toolchain stable-x86_64-unknown-linux-gnu
|
- rustup component add rustfmt --toolchain stable-x86_64-unknown-linux-gnu
|
||||||
script:
|
script:
|
||||||
- cargo build --verbose --all
|
- cargo build --verbose --all
|
||||||
|
on:
|
||||||
|
branch: master
|
||||||
|
|
||||||
- stage: test
|
- stage: test
|
||||||
|
if: branch = master
|
||||||
cache: cargo
|
cache: cargo
|
||||||
script: cargo test --verbose --all
|
script: cargo test --verbose --all
|
||||||
|
on:
|
||||||
|
branch: master
|
||||||
|
|
||||||
- stage: deploy-releases
|
- stage: deploy-releases
|
||||||
cache: cargo
|
cache: cargo
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
[](https://crates.io/crates/kalk_cli)
|
[](https://crates.io/crates/kalk_cli)
|
||||||
[](https://github.com/PaddiM8/kalk/blob/master/LICENSE)
|
[](https://github.com/PaddiM8/kalk/blob/master/LICENSE)
|
||||||
[](https://docs.rs/kalk/latest/kalk/)
|
[](https://docs.rs/kalk/latest/kalk/)
|
||||||
|
]
|
||||||
|
|
||||||
Kalk is a calculator (both program and library) that supports user-defined variables and functions.
|
Kalk is a calculator (both program and library) that supports user-defined variables and functions.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user