From 9d8b00f68a7eae2990f52283254ed3ff85f47d2d Mon Sep 17 00:00:00 2001 From: alex v Date: Fri, 5 Jul 2024 20:19:11 +0200 Subject: [PATCH] update files --- .github/workflows/ci.yml | 10 +++++----- .gitignore | 24 ++++++++++++------------ 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 847b708aba0a4..26c70ae87de6d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 The Bitcoin Core developers +# Copyright (c) 2024 The Navio Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -76,7 +76,7 @@ jobs: runs-on: macos-13 # No need to run on the read-only mirror, unless it is a PR. - if: github.repository != 'bitcoin-core/gui' || github.event_name == 'pull_request' + if: github.repository != 'navio-core/gui' || github.event_name == 'pull_request' timeout-minutes: 120 @@ -127,7 +127,7 @@ jobs: runs-on: windows-2022 # No need to run on the read-only mirror, unless it is a PR. - if: github.repository != 'bitcoin-core/gui' || github.event_name == 'pull_request' + if: github.repository != 'navio-core/gui' || github.event_name == 'pull_request' env: CCACHE_MAXSIZE: '200M' @@ -219,10 +219,10 @@ jobs: key: ${{ github.job }}-ccache-${{ github.run_id }} - name: Run unit tests - run: src\test_navcoin.exe -l test_suite + run: src\test_navio.exe -l test_suite - name: Run benchmarks - run: src\bench_navcoin.exe -sanity-check + run: src\bench_navio.exe -sanity-check - name: Run util tests run: py -3 test\util\test_runner.py diff --git a/.gitignore b/.gitignore index ec1788df4b730..d5084fe214fc3 100644 --- a/.gitignore +++ b/.gitignore @@ -2,18 +2,18 @@ *.exe *.pdb -src/navcoin -src/navcoind -src/navcoin-cli -src/navcoin-gui -src/navcoin-node -src/navcoin-staker -src/navcoin-tx -src/navcoin-util -src/navcoin-chainstate -src/navcoin-wallet +src/navio +src/naviod +src/navio-cli +src/navio-gui +src/navio-node +src/navio-staker +src/navio-tx +src/navio-util +src/navio-chainstate +src/navio-wallet src/test/fuzz/fuzz -src/test/test_navcoin +src/test/test_navio # autoreconf Makefile.in @@ -122,7 +122,7 @@ test/.mypy_cache/ /doc/doxygen/ -libnavcoinconsensus.pc +libnavioconsensus.pc contrib/devtools/split-debug.sh # Output from running db4 installation