Compare commits
3 Commits
3b1f33f055
...
a4f6f199ec
| Author | SHA1 | Date | |
|---|---|---|---|
| a4f6f199ec | |||
| 911a29937e | |||
| 579826d398 |
@@ -25,11 +25,12 @@ jobs:
|
||||
run: |
|
||||
apt update -y
|
||||
apt install -y \
|
||||
python3 \
|
||||
python3-pip \
|
||||
build-essential \
|
||||
cmake \
|
||||
curl
|
||||
libgl1-mesa-dev \
|
||||
python3 \
|
||||
python3-pip \
|
||||
|
||||
- name: Install aqtinstall
|
||||
run: |
|
||||
@@ -45,3 +46,11 @@ jobs:
|
||||
run: |
|
||||
. "$HOME/.cargo/env"
|
||||
cargo b --release
|
||||
|
||||
- name: Test libclide
|
||||
run: |
|
||||
cargo test -p libclide
|
||||
|
||||
- name: Test clide
|
||||
run: |
|
||||
cargo test
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# CLIDE
|
||||
|
||||
[](https://git.shaunreed.com/shaunrd0/clide/workflows/build.yml)
|
||||
|
||||
CLIDE is an extendable command-line driven development environment written in Rust using the Qt UI framework that supports both full and headless Linux environments.
|
||||
The GUI is written in QML compiled through Rust using the cxx-qt crate, while the TUI was implemented using the ratatui crate.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user