Skip to content

NEWS: add 2.8.0 to NEWS and mention GOB tools improvements #44

NEWS: add 2.8.0 to NEWS and mention GOB tools improvements

NEWS: add 2.8.0 to NEWS and mention GOB tools improvements #44

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
Ubuntu:
runs-on: ubuntu-latest
defaults:
run:
# Must be explicit for proper pipefail support
shell: bash
steps:
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
- name: Check out repository code
uses: actions/checkout@v3
- run: sudo apt install libboost-all-dev
- run: ./configure
- run: make -j $(nproc)
- run: echo "🍏 This job's status is ${{ job.status }}."