Skip to content

Commit

Permalink
Run mass-build-test in github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alewycky-tenstorrent committed May 10, 2024
1 parent cec7434 commit c11076d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/mass-build-test.yml
@@ -0,0 +1,17 @@
name: mass-build-test

on:
push:
pull_request:
workflow_dispatch:

jobs:
mass-build-test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- run: |
sudo apt update
sudo apt install -y dkms git
git clone https://github.com/gregkh/linux /tmp/linux
test/mass-build-test . /tmp/linux v5.2 v6.8

0 comments on commit c11076d

Please sign in to comment.