Skip to content

Commit

Permalink
Create linux-build
Browse files Browse the repository at this point in the history
  • Loading branch information
mac-can committed Apr 25, 2024
1 parent 5a6217b commit ba9d0e8
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/linux-build
@@ -0,0 +1,18 @@
name: Linux Build

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Build
run: make clean all

0 comments on commit ba9d0e8

Please sign in to comment.