Skip to content

Commit

Permalink
Add trivial CI
Browse files Browse the repository at this point in the history
  • Loading branch information
V-FEXrt committed Nov 8, 2023
1 parent f65d377 commit e7d72e3
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: "Run Tests"

on:
pull_request:
push:
branches:
- main

jobs:
test:
runs-on: ubuntu-22.04
name: Run Tests
steps:
- name: Download wake
run: wget https://github.com/sifive/wake/releases/download/v39.1.0/ubuntu-22-04-wake_39.1.0-1_amd64.deb

- name: Install wake
run: sudo apt install ubuntu-22-04-wake_39.1.0-1_amd64.deb

- name: Placeholder
run: wake -x 'Unit'

0 comments on commit e7d72e3

Please sign in to comment.