mirror of
https://github.com/libretro/FBNeo.git
synced 2025-02-11 04:05:46 +00:00
Create code.yml
This just create a code artifact for the last commit
This commit is contained in:
parent
6302b3a5d6
commit
7c10a146da
16
.github/workflows/code.yml
vendored
Normal file
16
.github/workflows/code.yml
vendored
Normal 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: .
|
Loading…
x
Reference in New Issue
Block a user