Add git stuff
This commit is contained in:
17
.github/workflows/c.yml
vendored
Normal file
17
.github/workflows/c.yml
vendored
Normal 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
|
||||||
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
st
|
||||||
|
*.rej
|
||||||
|
*.o
|
||||||
|
*.orig
|
||||||
|
config.h
|
||||||
Reference in New Issue
Block a user