Skip to content

Update c-cpp.yml

Update c-cpp.yml #10

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "development" ]
pull_request:
branches: [ "development" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: cmake
run: cmake .
- name: make
run: make
- name: run
run: ./JunLang