Add git stuff

This commit is contained in:
CramMK
2020-03-01 14:00:21 +01:00
parent 51e19ea11d
commit ce10c28ef0
2 changed files with 22 additions and 0 deletions

17
.github/workflows/c.yml vendored Normal file
View File

@@ -0,0 +1,17 @@
name: ST
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: make
run: make
- name: Upload st binary
uses: actions/upload-artifact@v1
with:
name: upload_st
path: st