Skip to content

Commit 62374c1

Browse files
authoredApr 13, 2020
[CI] Remove windows build in CircleCI
1 parent 643aea8 commit 62374c1

File tree

1 file changed

+1
-35
lines changed

1 file changed

+1
-35
lines changed
 

‎.circleci/config.yml

+1-35
Original file line numberDiff line numberDiff line change
@@ -30,42 +30,8 @@ jobs:
3030
- run:
3131
name: BUILD IndexChain
3232
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
6633
workflows:
6734
version: 2
68-
linux_and_windows:
35+
linuxbui;d:
6936
jobs:
7037
- linux
71-
- windows

0 commit comments

Comments
 (0)
Please sign in to comment.