Skip to content

Commit

Permalink
Test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jopelima committed Sep 29, 2023
1 parent fa6f870 commit e1b3fdb
Show file tree
Hide file tree
Showing 2 changed files with 1,868 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: C/C++ CI

on:
push:
branches: [ "linux-rolling-stable" ]
pull_request:
branches: [ "linux-rolling-stable" ]
workflow_dispatch:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: move config
run: cp config-um .config
- name: make
run: make ARCH=um
Loading

0 comments on commit e1b3fdb

Please sign in to comment.