Skip to content
This repository has been archived by the owner on Nov 28, 2019. It is now read-only.

Commit

Permalink
add gitlab CI
Browse files Browse the repository at this point in the history
  • Loading branch information
greenaddress authored and jtimon committed May 11, 2018
1 parent a192b60 commit 85d72d1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
build_x86_64_linux:
tags:
- deploy_web
script:
- apt update -yqq && apt install -yqq python build-essential libtool autotools-dev automake pkg-config bsdmainutils curl python3 unzip python3-zmq
- cd $CI_PROJECT_DIR/depends && make HOST=x86_64-pc-linux-gnu NO_QT=1
- cd $CI_PROJECT_DIR && ./autogen.sh && ./configure --prefix=$PWD/depends/x86_64-pc-linux-gnu --without-gui --without-miniupnpc && make check && ./qa/pull-tester/rpc-tests.py

0 comments on commit 85d72d1

Please sign in to comment.