Commit 62374c1 authored Apr 13, 2020 Verified
1 parent 643aea8 commit 62374c1 Copy full SHA for 62374c1
File tree 1 file changed +1
-35
lines changed
1 file changed +1
-35
lines changed Original file line number Diff line number Diff line change 30
30
- run :
31
31
name : BUILD IndexChain
32
32
command : make -j2
33
- windows :
34
- docker :
35
- - image : ubuntu:latest
36
- steps :
37
- - checkout
38
- - run :
39
- name : INSTALL DEPENDENCIES
40
- command : apt-get -y update;
41
- apt-get install -y build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils libboost-all-dev wget;
42
- apt-get install -y software-properties-common;
43
- apt-get install -y libminiupnpc-dev libzmq3-dev;
44
- apt-get install -y libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler libqrencode-dev;
45
- apt-get install -y g++-mingw-w64-i686 mingw-w64-i686-dev g++-mingw-w64-x86-64 mingw-w64-x86-64-dev curl
46
- - run :
47
- name : LIBDB
48
- command : apt-get install -y checkinstall;
49
- wget http://download.oracle.com/berkeley-db/db-4.8.30.NC.tar.gz;
50
- tar -xzvf db-4.8.30.NC.tar.gz;
51
- cd db-4.8.30.NC/build_unix;
52
- ../dist/configure --enable-cxx --prefix=/usr;
53
- make -j2;
54
- checkinstall --fstrans=no --pkgversion=4.8.30 --pkgname=libdb-dev --nodoc -y
55
- - run :
56
- name : CHANGE DIR DEPENDS
57
- command : make -C depends HOST=x86_64-w64-mingw32
58
- - run :
59
- name : CONFIGURE Windows
60
- command : echo $(pwd);
61
- ./autogen.sh;
62
- ./configure --prefix=`pwd`/depends/x86_64-w64-mingw32
63
- - run :
64
- name : BUILD IndexChain Windows
65
- command : make -j2
66
33
workflows :
67
34
version : 2
68
- linux_and_windows :
35
+ linuxbui;d :
69
36
jobs :
70
37
- linux
71
- - windows
You can’t perform that action at this time.
0 commit comments