Move CI to github.
Some checks failed
Build / Build (pull_request) Failing after 9s
Some checks failed
Build / Build (pull_request) Failing after 9s
Why not, it's free.
This commit is contained in:
@@ -18,14 +18,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Install Rust
|
|
||||||
run: |
|
|
||||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
|
||||||
|
|
||||||
- name: Install apt packages
|
- name: Install apt packages
|
||||||
run: |
|
run: |
|
||||||
apt update -y
|
sudo apt update -y
|
||||||
apt install -y \
|
sudo apt install -y \
|
||||||
build-essential \
|
build-essential \
|
||||||
cmake \
|
cmake \
|
||||||
curl \
|
curl \
|
||||||
@@ -43,15 +39,12 @@ jobs:
|
|||||||
|
|
||||||
- name: Build clide
|
- name: Build clide
|
||||||
run: |
|
run: |
|
||||||
. "$HOME/.cargo/env"
|
|
||||||
cargo b --release
|
cargo b --release
|
||||||
|
|
||||||
- name: Test libclide
|
- name: Test libclide
|
||||||
run: |
|
run: |
|
||||||
. "$HOME/.cargo/env"
|
|
||||||
cargo test -p libclide
|
cargo test -p libclide
|
||||||
|
|
||||||
- name: Test clide
|
- name: Test clide
|
||||||
run: |
|
run: |
|
||||||
. "$HOME/.cargo/env"
|
|
||||||
cargo test
|
cargo test
|
||||||
Reference in New Issue
Block a user