Skip to content

Commit

Permalink
Conditionally run build in cron only
Browse files Browse the repository at this point in the history
Signed-off-by: Julian Fleischer <julian@thirdhash.com>
  • Loading branch information
scravy committed Feb 14, 2019
1 parent 7dcfcc7 commit 19fb12e
Showing 1 changed file with 22 additions and 20 deletions.
42 changes: 22 additions & 20 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,16 +82,17 @@ jobs:
GOAL="install"
UNITE_CONFIG="--enable-reduce-exports --with-gui=no --enable-usbdevice"
# - stage: test
# name: "System libs (unit and functional tests)"
# env: >-
# HOST=x86_64-unknown-linux-gnu
# PACKAGES="python3-zmq libssl-dev libevent-dev bsdmainutils libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev libdb5.1++-dev libminiupnpc-dev libzmq3-dev libprotobuf-dev protobuf-compiler libqrencode-dev xvfb libhidapi-dev"
# NO_DEPENDS=1
# NEED_XVFB=1
# RUN_TESTS=true
# GOAL="install"
# UNITE_CONFIG="--enable-zmq --with-incompatible-bdb --enable-glibc-back-compat --enable-reduce-exports CPPFLAGS=-DDEBUG_LOCKORDER --with-gui=no --enable-usbdevice"
- stage: test
name: "System libs (unit and functional tests)"
if: type = cron
env: >-
HOST=x86_64-unknown-linux-gnu
PACKAGES="python3-zmq libssl-dev libevent-dev bsdmainutils libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev libdb5.1++-dev libminiupnpc-dev libzmq3-dev libprotobuf-dev protobuf-compiler libqrencode-dev xvfb libhidapi-dev"
NO_DEPENDS=1
NEED_XVFB=1
RUN_TESTS=true
GOAL="install"
UNITE_CONFIG="--enable-zmq --with-incompatible-bdb --enable-glibc-back-compat --enable-reduce-exports CPPFLAGS=-DDEBUG_LOCKORDER --with-gui=no --enable-usbdevice"
- stage: test
name: "32-bit + dash (unit and functional tests)"
Expand All @@ -105,16 +106,17 @@ jobs:
UNITE_CONFIG="--enable-zmq --enable-glibc-back-compat --enable-reduce-exports LDFLAGS=-static-libstdc++ --with-gui=no --enable-usbdevice"
USE_SHELL="/bin/dash"
# - stage: test
# name: "Win64 (unit tests)"
# env: >-
# HOST=x86_64-w64-mingw32
# DPKG_ADD_ARCH="i386"
# DEP_OPTS="NO_QT=1"
# PACKAGES="python3 nsis g++-mingw-w64-x86-64 wine1.6"
# RUN_TESTS=true
# GOAL="install"
# UNITE_CONFIG="--enable-reduce-exports --with-gui=no --enable-usbdevice"
- stage: test
name: "Win64 (unit tests)"
if: type = cron
env: >-
HOST=x86_64-w64-mingw32
DPKG_ADD_ARCH="i386"
DEP_OPTS="NO_QT=1"
PACKAGES="python3 nsis g++-mingw-w64-x86-64 wine1.6"
RUN_TESTS=true
GOAL="install"
UNITE_CONFIG="--enable-reduce-exports --with-gui=no --enable-usbdevice"
- stage: test
name: "x86_64 Linux (unit and functional tests)"
Expand Down

0 comments on commit 19fb12e

Please sign in to comment.