Also condense build-mac.yml and build.yml into one file, so we can have a single action reporting the status of the entire project.master
parent
42125c63f2
commit
daed000cc3
2 changed files with 20 additions and 18 deletions
@ -1,17 +0,0 @@ |
|||||||
name: build-mac |
|
||||||
on: [push, pull_request] |
|
||||||
jobs: |
|
||||||
build: |
|
||||||
runs-on: macos-latest |
|
||||||
steps: |
|
||||||
- uses: actions/checkout@v1 |
|
||||||
- name: Install dependencies |
|
||||||
run: | |
|
||||||
brew install fftw ncurses libtool automake portaudio iniparser |
|
||||||
ln -s /usr/local/bin/glibtoolize /usr/local/bin/libtoolize |
|
||||||
- name: Generate configure |
|
||||||
run: ./autogen.sh |
|
||||||
- name: Run ./configure |
|
||||||
run: LDFLAGS="-L/usr/local/opt/ncurses/lib" CPPFLAGS="-I/usr/local/opt/ncurses/include" ./configure |
|
||||||
- name: Run make |
|
||||||
run: make |
|
||||||
Loading…
Reference in new issue