Skip to content

ci(github): update build script #51

ci(github): update build script

ci(github): update build script #51

Workflow file for this run

name: C/C++ CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: install xmake
uses: xmake-io/[email protected]
- name: setup
run: |
git submodule sync --recursive
git submodule update --init --recursive
- name: lcui-cli
run: lcui compile ./src
- name: xmake
run: xmake