mirror of
https://github.com/yarrick/iodine.git
synced 2025-10-17 08:41:53 +00:00
Add github CI action for ubuntu
This commit is contained in:
21
.github/workflows/ubuntu.yml
vendored
Normal file
21
.github/workflows/ubuntu.yml
vendored
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
name: ubuntu
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ master ]
|
||||||
|
pull_request:
|
||||||
|
branches: [ master ]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- name: make
|
||||||
|
run: make
|
||||||
|
- name: install check
|
||||||
|
run: sudo apt install check
|
||||||
|
- name: run tests
|
||||||
|
run: make check
|
Reference in New Issue
Block a user