-
Notifications
You must be signed in to change notification settings - Fork 6
/
.gitpod.yml
41 lines (39 loc) · 945 Bytes
/
.gitpod.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
additionalRepositories:
- url: https://github.com/VeriBlock/vbk-ri-btc
# checkoutLocation is relative to /workspaces
checkoutLocation: /vbtc
gitConfig:
alias.s: status
alias.c: commit
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