Skip to content

ci: add basic build workflow #5

ci: add basic build workflow

ci: add basic build workflow #5

Workflow file for this run

name: build CI
on:
push:
branches: [ "8.0" ]
pull_request:
branches: [ "8.0" ]
jobs:
build:
runs-on: ubuntu-latest
env:
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
container:
image: "centos:7"
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build Test
run: |
yum update
yum install -y git ncurses-devel bison cmake3 libaio-devel openssl openssl-devel cyrus-sasl-devel openldap-devel gtest libtirpc-devel
yum install -y centos-release-scl
yum install -y devtoolset-10-gcc devtoolset-10-gcc-c++ devtoolset-10-binutils
source /opt/rh/devtoolset-10/enable
gcc --version
curl -O --output-dir depend https://archives.boost.io/release/1.70.0/source/boost_1_70_0.tar.gz
tar xvzf depend/boost_1_70_0.tar.gz
./build.sh -b depend/boost_1_70_0 -D 1