Skip to content

Merge from dev

Merge from dev #53

Workflow file for this run

name: build
on:
pull_request:
push:
release:
types: [published]
jobs:
build:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-Linux
cancel-in-progress: true
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: latest
- name: Install dependencies
run:
sudo apt-get install -y libseccomp-dev
sudo apt-get install -y libcap-dev
xrepo install -y spdlog nlohmann_json
- name: build
run: xmake