Skip to content

Allow more custom stuffs #5

Allow more custom stuffs

Allow more custom stuffs #5

Workflow file for this run

name: Testing
on:
push:
branches: main
workflow_dispatch:
jobs:
Job:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@main
with:
submodules: true
- name: Setup Haxe
uses: krdlab/setup-haxe@master
with:
haxe-version: latest
- name: Compiling
run: |
haxelib install hxcpp --quiet
haxelib dev hxdiscord_rpc .
cd sample
haxe build.hxml