mirror of
https://github.com/Ty3r0X/funni-square.git
synced 2025-01-18 05:01:08 +00:00
Try out CI/CD
This commit is contained in:
parent
bd04eac0b0
commit
2dfc784ec3
23
.github/workflows/c-cpp.yml
vendored
Normal file
23
.github/workflows/c-cpp.yml
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
name: C/C++ CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: make
|
||||
run: make
|
||||
- name: Upload a Build Artifact
|
||||
uses: actions/upload-artifact@v3.1.3
|
||||
with:
|
||||
name: yay
|
||||
path: ./project
|
||||
if-no-files-found: warn
|
Loading…
Reference in New Issue
Block a user