Skip to content

Commit b53ecf2

Browse files
Install nuget-inspector in CI
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
1 parent 4292207 commit b53ecf2

File tree

4 files changed

+17
-23
lines changed

4 files changed

+17
-23
lines changed

README-dev.rst

Lines changed: 0 additions & 15 deletions
This file was deleted.

README.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,21 @@ And then run::
5252
And review the ``nuget-inspector.json`` JSON output file with its resolved dependencies.
5353
Note that the output data structure is evolving and not final.
5454

55+
Developement
56+
-------------
57+
58+
Getting started for development:
59+
60+
- Install the .NET SDK 6.x from https://dotnet.microsoft.com/en-us/download/dotnet/6.0
61+
- Install the VSCode from https://code.visualstudio.com/
62+
- Install the extension: C# for Visual Studio Code (powered by OmniSharp)
63+
from https://code.visualstudio.com/Docs/languages/csharp
64+
65+
To run the tests:
5566

67+
- Run ``./build.sh`` to create a Linux build
68+
- Run ``./configure --dev`` once to setup the Python evnvironment used for testing
69+
- Run pytest with: ``venv/bin/pytest -vvs``
5670

5771
License
5872
-------------

azure-pipelines.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,6 @@
77

88
jobs:
99

10-
- template: etc/ci/azure-posix.yml
11-
parameters:
12-
job_name: run_code_checks
13-
image_name: ubuntu-24.04
14-
python_versions: ['3.13']
15-
test_suites:
16-
all: make check
17-
1810
- template: etc/ci/azure-posix.yml
1911
parameters:
2012
job_name: ubuntu22_cpython

configure

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
set -e
1111
#set -x
1212

13+
# we are doing a dotnet publish from src/nuget-inspector/nuget-inspector.csproj
14+
bash ./build.sh
15+
1316
################################
1417
# A configuration script to set things up:
1518
# create a virtualenv and install or update thirdparty packages.

0 commit comments

Comments
 (0)