Skip to content

Commit 901da48

Browse files
committed
ci: add plain build
1 parent 60d2410 commit 901da48

2 files changed

Lines changed: 25 additions & 0 deletions

File tree

.cirrus.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,3 +163,12 @@ task:
163163
# env:
164164
# << : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
165165
# FILE_ENV: "./ci/test/00_setup_env_native_nowallet.sh"
166+
167+
task:
168+
name: '[depends] [focal]'
169+
<< : *GLOBAL_TASK_TEMPLATE
170+
container:
171+
image: ubuntu:focal
172+
env:
173+
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
174+
FILE_ENV: "./ci/test/00_setup_env_native_plain.sh"
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#!/usr/bin/env bash
2+
#
3+
# Copyright (c) 2020 The Bitcoin Core developers
4+
# Distributed under the MIT software license, see the accompanying
5+
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
6+
7+
export LC_ALL=C.UTF-8
8+
9+
export CONTAINER_NAME=ci_native_plain
10+
export DOCKER_NAME_TAG=ubuntu:20.04
11+
export GOAL="install"
12+
export BITCOIN_CONFIG="--disable-tests --disable-bench" # Use clang to avoid OOM
13+
14+
# disabled until unit & functional tests are fully ported
15+
export RUN_UNIT_TESTS=false
16+
export RUN_FUNCTIONAL_TESTS=false

0 commit comments

Comments
 (0)