Create code.yml

This just create a code artifact for the last commit
This commit is contained in:
tmaul 2019-11-01 21:48:11 +00:00 committed by GitHub
parent 6302b3a5d6
commit 7c10a146da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

16
.github/workflows/code.yml vendored Normal file
View File

@ -0,0 +1,16 @@
name: C/C++ CI
on: [push]
jobs:
codeartifact:
runs-on: windows-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 1
- name: Upload code artifact
uses: actions/upload-artifact@v1
with:
name: fbn-code
path: .