No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
19 additions and
0 deletions
-
.github/workflows/ubuntu-latest.yml
|
@@ -0,0 +1,19 @@ |
|
|
|
|
|
name: ubuntu latest |
|
|
|
|
|
|
|
|
|
|
|
on: |
|
|
|
|
|
push: |
|
|
|
|
|
branches: [ main ] |
|
|
|
|
|
pull_request: |
|
|
|
|
|
branches: [ main ] |
|
|
|
|
|
|
|
|
|
|
|
jobs: |
|
|
|
|
|
build: |
|
|
|
|
|
|
|
|
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
|
|
|
|
|
|
|
steps: |
|
|
|
|
|
- uses: actions/checkout@v2 |
|
|
|
|
|
- name: make features |
|
|
|
|
|
run: make features |
|
|
|
|
|
- name: make |
|
|
|
|
|
run: make |