Skip to content

replaced Base Engine's icon art and stuff with original assets #88

replaced Base Engine's icon art and stuff with original assets

replaced Base Engine's icon art and stuff with original assets #88

Workflow file for this run

name: macBuild
on:
push:
branches: [master]
pull_request:
branches: [master]
workflow_dispatch:
jobs:
buildMac:
runs-on: macos-12
steps:
- uses: actions/checkout@main
- uses: krdlab/setup-haxe@master
with:
haxe-version: 4.2.5
- name: Install Haxelib
run: |
haxelib setup ~/haxelib
haxelib install hxcpp > /dev/null
haxelib install lime
haxelib install openfl
haxelib install flixel
haxelib install flixel-ui
haxelib install flixel-addons
haxelib install hscript
haxelib install hxcpp-debug-server
haxelib git discord_rpc https://github.com/Aidan63/linc_discord-rpc
haxelib git hxCodec https://github.com/polybiusproxy/hxCodec
haxelib git polymod https://github.com/MasterEric/polymod
haxelib git SScript https://github.com/AltronMaxX/SScript
- name: Compile
run: haxelib run lime build mac -release
- name: Publish Artifact
uses: actions/upload-artifact@main
with:
name: macBuild
path: export/release/macos/bin