Skip to content

Add actions in the GUI #119

Add actions in the GUI

Add actions in the GUI #119

Workflow file for this run

name: C/C++ CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install deps
run: sudo apt-get install git make cmake gcc g++ libboost-all-dev libxml2-dev libglpk-dev glpk-utils
- name: make
run: make all
- name: make unit_test
run: make unit_test
- name: make check
run: make check