Skip to content

build: update c/cpp workflow #53

build: update c/cpp workflow

build: update c/cpp workflow #53

Workflow file for this run

name: C/C++ CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: xmake-io/github-action-setup-xmake@v1
- name: install lcui-cli
run: npm install -g @lcui/cli
- name: setup
run: |
git submodule sync --recursive
git submodule update --init --recursive
- name: build
run: |
lcui compile ./src
xmake config -y -v
xmake -v