We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 237f388 commit 8609985Copy full SHA for 8609985
.github/workflows/ci.yml
@@ -0,0 +1,19 @@
1
+name: CI
2
+
3
+on:
4
+ push:
5
+ branches: [ master, develop ]
6
+ pull_request:
7
8
9
+jobs:
10
+ test:
11
+ runs-on: ubuntu-18.04
12
13
+ steps:
14
+ # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
15
+ - uses: actions/checkout@v2
16
17
+ # Runs a single command using the runners shell
18
+ - name: Run builder script with arguments `--help`
19
+ run: ./build-kernel.sh --help
0 commit comments