mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-08-26 15:41:13 +00:00
feat: add flake (#85)
* feat: add flake * fix: pr feedback * fix: removing dylib for libchat not used and it was causing the error with panic abort
This commit is contained in:
@@ -54,3 +54,17 @@ jobs:
|
||||
- name: Run C FFI smoketest under valgrind
|
||||
run: make valgrind
|
||||
working-directory: crates/client-ffi/examples/message-exchange
|
||||
|
||||
nix-build:
|
||||
name: Nix Build
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: cachix/install-nix-action@v31
|
||||
with:
|
||||
extra_nix_config: |
|
||||
experimental-features = nix-command flakes
|
||||
- run: nix build --print-build-logs
|
||||
|
||||
Reference in New Issue
Block a user