Skip to content

Commit

Permalink
update files
Browse files Browse the repository at this point in the history
alex v committed Jul 5, 2024
1 parent 5dfede2 commit 9d8b00f
Showing 2 changed files with 17 additions and 17 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -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
24 changes: 12 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9d8b00f

Please sign in to comment.