Skip to content

Build ImGui for M1 Mac #2

Build ImGui for M1 Mac

Build ImGui for M1 Mac #2

Workflow file for this run

name: Build ImGui for M1 Mac
on:
workflow_dispatch:
jobs:
build:
runs-on: macos-14
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
- uses: abel0b/[email protected]
with:
version: "5.0.0-beta2"
- uses: actions/setup-node@v3
with:
node-version: '18'
- run: node tools/brief/main.js
- name: Run Premake
run: |
premake5 gmake2
cd dll/
make
- run: npm install
working-directory: ./tools/bundle/
- run: node tools/bundle/main.js
- name: Upload library
uses: actions/upload-artifact@v3
with:
name: output
path: package.yymps