Compare commits
3 Commits
3b1f33f055
...
a4f6f199ec
| Author | SHA1 | Date | |
|---|---|---|---|
| a4f6f199ec | |||
| 911a29937e | |||
| 579826d398 |
@@ -25,11 +25,12 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
apt update -y
|
apt update -y
|
||||||
apt install -y \
|
apt install -y \
|
||||||
python3 \
|
|
||||||
python3-pip \
|
|
||||||
build-essential \
|
build-essential \
|
||||||
cmake \
|
cmake \
|
||||||
curl
|
curl
|
||||||
|
libgl1-mesa-dev \
|
||||||
|
python3 \
|
||||||
|
python3-pip \
|
||||||
|
|
||||||
- name: Install aqtinstall
|
- name: Install aqtinstall
|
||||||
run: |
|
run: |
|
||||||
@@ -45,3 +46,11 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
. "$HOME/.cargo/env"
|
. "$HOME/.cargo/env"
|
||||||
cargo b --release
|
cargo b --release
|
||||||
|
|
||||||
|
- name: Test libclide
|
||||||
|
run: |
|
||||||
|
cargo test -p libclide
|
||||||
|
|
||||||
|
- name: Test clide
|
||||||
|
run: |
|
||||||
|
cargo test
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
# CLIDE
|
# 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.
|
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.
|
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