Skip to content

Commit 860dae2

Browse files
cmd: Move binary under new scip/ subdirectory (#191)
## Test plan Covered by existing tests
1 parent 720091e commit 860dae2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+21
-23
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
goos: ${{ matrix.goos }}
2222
goarch: ${{ matrix.goarch }}
2323
sha256sum: true
24-
project_path: cmd
24+
project_path: cmd/scip
2525
binary_name: scip
2626
ldflags: "-X 'main.Reproducible=true'"
2727
asset_name: scip-${{ matrix.goos }}-${{ matrix.goarch }}

.github/workflows/reprolang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ jobs:
1414
- uses: ./.github/actions/asdf
1515
with:
1616
js: true
17-
- run: ./cmd/tests/reprolang/generate-tree-sitter-parser.sh
17+
- run: ./cmd/scip/tests/reprolang/generate-tree-sitter-parser.sh
1818
- run: git diff --exit-code

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
- run: cargo check
2020
working-directory: bindings/rust
2121
- run: cargo check
22-
working-directory: cmd/tests/reprolang
22+
working-directory: cmd/scip/tests/reprolang

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
*.test
1414

1515
# CLI binary
16-
cmd/cmd
17-
cmd/scip
1816
/scip
1917

2018
# Output of the go coverage tool, specifically when used with LiteIDE

Development.md

Lines changed: 9 additions & 9 deletions

Readme.md

Lines changed: 1 addition & 1 deletion
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)