Skip to content

Enhance context log #1101

Enhance context log

Enhance context log #1101

Workflow file for this run

name: C/C++ CI
on:
pull_request:
branches:
- develop
jobs:
build:
name: compile test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: install dependencies
run: sudo apt-get install tcl tcl-dev openssl libssl-dev
- name: configure
run: ./configure
- name: make config
run: make config
- name: make
run: make
- name: make install
run: make install