Skip to content

Commit

Permalink
github
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Nov 16, 2020
1 parent 64bc0b9 commit 16e8760
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Deploy mavlink2rest

on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Cache Qt
id: cache-qt
uses: actions/cache@v1
with:
path: ../Qt
key: ${{ runner.os }}-QtCache

- name: Install Qt
uses: jurplel/install-qt-action@v2
with:
version: '5.15'
target: 'desktop'
cached: ${{ steps.cache-qt.outputs.cache-hit }}
modules: qtcharts

0 comments on commit 16e8760

Please sign in to comment.