Skip to content

wx-config --libs all for referring to AUI and PropGrid #60

wx-config --libs all for referring to AUI and PropGrid

wx-config --libs all for referring to AUI and PropGrid #60

Workflow file for this run

name: CI
on: [push]
jobs:
posix-build-on-ubuntu-22_04:
runs-on: ubuntu-22.04
defaults:
run:
shell: bash
working-directory: posix
steps:
- uses: actions/checkout@v2
- run: sudo apt-get install libgtk-3-dev libsqlite3-dev libxml2-dev unzip uuid-dev zlib1g-dev
- run: make -s download
- run: make -s external
- run: make -s all
- run: make check
posix-build-on-ubuntu-20_04:
runs-on: ubuntu-20.04
defaults:
run:
shell: bash
working-directory: posix
steps:
- uses: actions/checkout@v2
- run: sudo apt-get install libgtk-3-dev libsqlite3-dev libxml2-dev unzip uuid-dev zlib1g-dev
- run: make -s download
- run: make -s external
- run: make -s all
- run: make check
xcode-build-on-macos-12:
runs-on: macos-12
defaults:
run:
shell: bash
working-directory: xcode
env:
LIBTOOL: glibtool
LIBTOOLIZE: glibtoolize
steps:
- uses: actions/checkout@v2
- run: brew install autoconf automake libtool pkg-config
- run: cp config.mk.github config.mk
- run: make -s download
- run: make -s external
- run: make -s all
- run: make check
- uses: actions/upload-artifact@v2
with:
name: macos-12-installer-image
path: xcode/Flint-*.dmg
xcode-build-on-macos-11:
runs-on: macos-11
defaults:
run:
shell: bash
working-directory: xcode
env:
LIBTOOL: glibtool
LIBTOOLIZE: glibtoolize
steps:
- uses: actions/checkout@v2
- run: brew install autoconf automake libtool pkg-config
- run: cp config.mk.github config.mk
- run: make -s download
- run: make -s external
- run: make -s all
- run: make check
- uses: actions/upload-artifact@v2
with:
name: macos-11-installer-image
path: xcode/Flint-*.dmg