Skip to content

Commit

Permalink
Merge pull request #1 from arongeo/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
arongeo committed Apr 26, 2023
2 parents 8c13082 + 5d9e412 commit 30bbcb2
Show file tree
Hide file tree
Showing 12 changed files with 175,317 additions and 134 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Rust

on:
push:
branches: [ "master", "dev" ]
pull_request:
branches: [ "master", "dev" ]

env:
CARGO_TERM_COLOR: always

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Configure
run: ./configure
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# tello
Tello video streaming, and commanding in a multi-threaded program.

## How to use?
I have no idea yet, but cool features are in plan.
Loading

0 comments on commit 30bbcb2

Please sign in to comment.