Skip to content

(RFC) WebUI mod

(RFC) WebUI mod #1085

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