Skip to content

Commit

Permalink
.github/workflows/build.yml: add github action
Browse files Browse the repository at this point in the history
  • Loading branch information
montyanderson committed Aug 4, 2024
1 parent a95bb9d commit b9366a9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Build

on:
push:
pull_request:

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- run: sudo apt-get install -y build-essential

- run: ./build.sh

0 comments on commit b9366a9

Please sign in to comment.