Skip to content

build(deps): bump tough-cookie and node-sass #49

build(deps): bump tough-cookie and node-sass

build(deps): bump tough-cookie and node-sass #49

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: 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