Push first build

This commit is contained in:
2025-10-18 23:44:06 -05:00
parent 7c49bcda79
commit 42903467d3
2 changed files with 3 additions and 0 deletions

View File

@@ -1,9 +1,11 @@
#!/bin/bash
apt update -y
if [[ "$1" == "amd64" ]]; then
source ./version.sh
mkdir -p build/jammy
cd build/jammy
mkdir build-amd64
apt install -y git tessesframework libgtk-4-dev libwebkitgtk-6.0-dev
cmake -S ../../../../ -B build-amd64 -DCMAKE_INSTALL_PREFIX=/usr -DTFWEBAPP_FETCHCONTENT=OFF
cd build-amd64

View File

@@ -1,4 +1,5 @@
#!/bin/bash
apt update -y
source ./version.sh
mkdir -p build/plucky
cd build/plucky