Skip to content

Commit

Permalink
WIP3
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte committed Apr 15, 2024
1 parent a3d7b75 commit a4d1e88
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 10 additions & 0 deletions build/install-deps-ubuntu.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#! /bin/sh
set -euxo pipefail

DEBIAN_FRONTEND=noninteractive apt install --yes \
libtool \
build-essential \
pkg-config \
cli-common-dev \
mono-devel \
libgtk2.0-cil-dev
4 changes: 1 addition & 3 deletions build/snap-build.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
#!/usr/bin/env bash
set -euxo pipefail

# this is the equivalent of using the 'build-packages' (not stage-packages) section in snapcraft
# but as we're not using the 'make' plugin, we need to this manually now
DEBIAN_FRONTEND=noninteractive sudo apt install -y build-essential pkg-config cli-common-dev mono-devel libgtk2.0-cil-dev
sudo ./build/install-deps-ubuntu.sh

# just in case this is a retry-run, we want to clean artifacts from previous try
rm -rf ./staging
Expand Down

0 comments on commit a4d1e88

Please sign in to comment.