1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2024-09-20 05:25:37 +01:00
LatAnalyze/.github/workflows/build-macos.yml

27 lines
644 B
YAML
Raw Normal View History

2021-11-17 16:06:26 +00:00
name: Build macOS
2023-03-20 14:04:17 +00:00
on: [push, workflow_dispatch]
2021-11-17 16:06:26 +00:00
jobs:
build:
runs-on: macos-11
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install basic dependencies
run: brew install automake autoconf libtool bison flex
- name: Build dependencies
shell: bash
run: |
export PATH=/usr/local/opt/flex/bin:/usr/local/opt/bison/bin:${PATH}
cd ci-scripts
./install-deps.sh prefix 6
- name: Build LatAnalyze
shell: bash
run: |
2021-11-17 16:37:05 +00:00
export PATH=/usr/local/opt/flex/bin:/usr/local/opt/bison/bin:${PATH}
2021-11-17 16:06:26 +00:00
cd ci-scripts
./install-latan.sh prefix 6