From 9745d18bc86e6efffab0171031e7ae4ae58ceec5 Mon Sep 17 00:00:00 2001 From: Bohdan Date: Thu, 28 Jul 2022 06:53:43 +0000 Subject: [PATCH] Update gitpod (install deps) --- .gitpod.yml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/.gitpod.yml b/.gitpod.yml index b5ecf4e17..3047541a8 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -9,3 +9,33 @@ gitConfig: alias.ca: commit --amend alias.f: fetch alias.lg: log --oneline + +tasks: + - name: env + init: | + sudo apt update + sudo apt install -y \ + ccache \ + libboost-dev \ + libboost-system-dev \ + libboost-filesystem-dev \ + libboost-program-options-dev \ + build-essential \ + libtool \ + autotools-dev \ + automake \ + pkg-config \ + bsdmainutils \ + python3 \ + libevent-dev \ + libsqlite3-dev \ + libminiupnpc-dev \ + libnatpmp-dev \ + libzmq3-dev \ + systemtap-sdt-dev \ + libevent-dev \ + libboost-chrono-dev \ + libboost-test-dev \ + libboost-thread-dev \ + libdb++-dev \ + libdb-dev