Skip to content

updated github action build. #301

updated github action build.

updated github action build. #301

Workflow file for this run

name: Build Binary
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install deps
run: sudo apt install automake autoconf libtool texinfo texi2html gcc ruby make
- name: build
run: ./build-gcc/build-aptex.sh
build-macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: build
run: ./build-gcc/build-aptex.sh