Skip to content

Commit

Permalink
updated ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyaven committed Aug 7, 2024
1 parent c5edb7d commit 83f19d7
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 23 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ compile-macos-universal: compile-macos-x86 compile-macos-arm64
rm -f dist/split_part_x86.dylib dist/split_part_arm64.dylib

pack-linux:
zip -j dist/stackql-sqlite-ext-functions-$(version)-linux-amd64.zip dist/*.so
zip -j dist/stackql-sqlite-ext-functions-linux-amd64.zip dist/*.so

pack-windows:
zip -j dist/stackql-sqlite-ext-functions-$(version)-windows-amd64.zip dist/*.dll
zip -j dist/stackql-sqlite-ext-functions-windows-amd64.zip dist/*.dll

pack-macos-universal:
zip -j dist/stackql-sqlite-ext-functions-$(version)-macos-universal.zip dist/*.dylib
zip -j dist/stackql-sqlite-ext-functions-macos-universal.zip dist/*.dylib

test-all:
@echo "Running tests on all suites"
Expand Down
19 changes: 19 additions & 0 deletions json_equal.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"owner": "stackql",
"name": "json_equal",
"version": "1.0.5",
"homepage": "https://github.com/stackql/sqlite-ext-functions/blob/main/docs/json_equal.md",
"repository": "https://github.com/stackql/sqlite-ext-functions",
"authors": ["Jeffrey Aven"],
"license": "MIT",
"description": "A SQLite extension for comparing JSON strings for equivalence, allowing developers to perform advanced JSON operations directly within SQL queries.",
"keywords": ["JSON", "JSON comparison", "JSON equality", "json_equal"],
"assets": {
"files": {
"darwin-amd64": "stackql-sqlite-ext-functions-macos-universal.zip",
"darwin-arm64": "stackql-sqlite-ext-functions-macos-universal.zip",
"linux-amd64": "stackql-sqlite-ext-functions-linux-amd64.zip",
"windows-amd64": "stackql-sqlite-ext-functions-windows-amd64.zip"
}
}
}
20 changes: 0 additions & 20 deletions sqlpkg.json

This file was deleted.

0 comments on commit 83f19d7

Please sign in to comment.