Skip to content
This repository has been archived by the owner on Jan 26, 2025. It is now read-only.

Workflow modifications #31

Merged
merged 2 commits into from
Apr 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
- name: Install Libraries
run: |
haxe -cp ./actions -D analyzer-optimize -main Main --interp
haxelib git hxcpp https://github.com/HaxeFoundation/hxcpp.git --quiet
haxelib run lime rebuild hxcpp
haxelib set hxcpp git

- name: Build
run: haxelib run lime build windows -D analyzer-optimize
Expand Down Expand Up @@ -56,6 +59,9 @@ jobs:
- name: Install Libraries
run: |
haxe -cp ./actions -D analyzer-optimize -main Main --interp
haxelib git hxcpp https://github.com/HaxeFoundation/hxcpp.git --quiet
haxelib run lime rebuild hxcpp
haxelib set hxcpp git

- name: Build
run: haxelib run lime build linux -D analyzer-optimize
Expand Down Expand Up @@ -96,6 +102,9 @@ jobs:
- name: Install Libraries
run: |
haxe -cp ./actions -D analyzer-optimize -main Main --interp
haxelib git hxcpp https://github.com/HaxeFoundation/hxcpp.git --quiet
haxelib run lime rebuild hxcpp
haxelib set hxcpp git

- name: Configure Android
run: |
Expand All @@ -115,4 +124,4 @@ jobs:
with:
name: Maru-Funkin-Android
path: export/release/android/bin/app/build/outputs/apk/debug
if-no-files-found: error
if-no-files-found: error