mirror of
https://github.com/edu4rdshl/fhc.git
synced 2026-07-17 23:24:50 +00:00
Add Github actions.
This commit is contained in:
parent
22815c5d87
commit
55ec17ae3c
1 changed files with 13 additions and 0 deletions
13
.github/workflows/build.yml
vendored
Normal file
13
.github/workflows/build.yml
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name: Github Actions
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
Loading…
Add table
Add a link
Reference in a new issue