Skip to content

Commit

Permalink
ci(github): update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-soft committed Aug 26, 2023
1 parent 5224465 commit 007598f
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,11 @@ jobs:
- uses: actions/checkout@v1
- name: install xmake
uses: xmake-io/[email protected]
- name: install Node.js packages
run: npm install
- name: setup
run: sh ./setup.sh
- name: build css
run: npm run build:css
- name: xmake
run: |
npm run configure -- --tool xmake
xmake
- name: cmake
run: |
npm run configure -- --tool cmake
cd build
make
git submodule sync --recursive
git submodule update --init --recursive
- name: lcui-cli
run: lcui compile ./src
- name: xmake
run: xmake

0 comments on commit 007598f

Please sign in to comment.