Create c-cpp.yml

This commit is contained in:
EnderIce2 2023-10-13 04:05:41 +03:00 committed by GitHub
parent fa88e36aee
commit 6dae5aa038
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

24
.github/workflows/c-cpp.yml vendored Normal file
View File

@ -0,0 +1,24 @@
name: C/C++ CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: dependencies
run: sudo apt-get update && sudo apt-get install gcc-mingw-w64 make
- name: make
run: make
- name: artifact
uses: actions/upload-artifact@v3
with:
name: bridge
path: build