Skip to content

Reformat sa-check.sh for better readability (#37) #55

Reformat sa-check.sh for better readability (#37)

Reformat sa-check.sh for better readability (#37) #55

Workflow file for this run

name: "Documentation"
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build-libg2hec-linux:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04]
#compiler_c: [clang]
#compiler_cxx: [clang++]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install dependencies
run: |
sudo apt update
sudo apt install -y texinfo
sudo apt install -y autotools-dev autoconf build-essential
- name: Publish docs
#env:
# CC: ${{ matrix.compiler_c }}
# CXX: ${{ matrix.compiler_cxx }}
run: |
cd ${{ github.workspace }}
autoreconf -vi
./scripts/publish-docs.sh