Skip to content

Commit

Permalink
Update gitpod (install deps)
Browse files Browse the repository at this point in the history
  • Loading branch information
Warchant committed Jul 28, 2022
1 parent 5fc76c4 commit 9745d18
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9745d18

Please sign in to comment.