Changing to FTXUI for a more robust and user friendly TUI
This commit is contained in:
parent
40bac1987a
commit
f246138083
6 changed files with 1198 additions and 338 deletions
|
|
@ -20,7 +20,9 @@ jobs:
|
|||
|
||||
- name: Compile tux-dock
|
||||
run: |
|
||||
g++ -std=c++17 main.cpp -o tux-dock
|
||||
cmake -S . -B build
|
||||
cmake --build build -j
|
||||
cp build/tux-dock ./tux-dock
|
||||
chmod +x tux-dock
|
||||
echo "🎉 tux-dock compiled and marked executable!"
|
||||
|
||||
|
|
@ -42,4 +44,3 @@ jobs:
|
|||
name: tux-dock-linux-x86_64-${{ env.BRANCH }}-${{ env.COMMIT }}
|
||||
path: tux-dock-linux-x86_64-${{ env.BRANCH }}-*.tar.gz
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue