Skip to content

Update macos-full.yml #2

Update macos-full.yml

Update macos-full.yml #2

Workflow file for this run

Name: '[Full Build] MacOs'

Check failure on line 1 in .github/workflows/macos-full.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/macos-full.yml

Invalid workflow file

The workflow is not valid. .github/workflows/macos-full.yml (Line: 1, Col: 1): Unexpected value 'Name'
on: [push]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v1
- name: Brew install base dependencies
run: brew install automake berkeley-db4 libtool [email protected] miniupnpc qt@5 openssl pkg-config protobuf python libevent qrencode librsvg
- name: Brew link dependencies
run: brew link [email protected]
- name: Auto generate
run: ./autogen.sh
- name: configure
run: ./configure --disable-bench --disable-tests --disable-dependency-tracking --disable-werror --bindir=`pwd`/release/bin --libdir=`pwd`/release/lib
- name: make
run: make -j4
- name: make check
run: make check -j4