0
0
mirror of https://github.com/signalapp/libsignal.git synced 2024-09-20 12:02:18 +02:00

Move libsignal-jni to rust/bridge/jni

This commit is contained in:
Jack Lloyd 2020-10-16 18:17:21 -04:00
parent 755cc052f3
commit e5840644c7
7 changed files with 0 additions and 29 deletions

View File

@ -1,26 +0,0 @@
name: Rust
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Rustfmt check
run: cargo fmt -- --check
# - name: Build
# run: cargo build --verbose
# - name: Run tests
# run: cargo test --verbose
# - name: Clippy
# run: cargo clippy

2
.gitignore vendored
View File

@ -1,2 +0,0 @@
/target
Cargo.lock

View File

@ -1 +0,0 @@
edition = "2018"