Skip to content

Merge remote-tracking branch 'origin/v5.2.20' into v5.2.20 #80

Merge remote-tracking branch 'origin/v5.2.20' into v5.2.20

Merge remote-tracking branch 'origin/v5.2.20' into v5.2.20 #80

Workflow file for this run

name: Build test
on: [push]
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release
jobs:
build:
runs-on: ubuntu-latest
env:
CLOUDSMITH_API_KEY: ${{ secrets.CLOUDSMITH_API_KEY }}
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: build on x86
run: |
sudo apt update
sudo apt install -y build-essential
make
ls