-
Notifications
You must be signed in to change notification settings - Fork 1
39 lines (36 loc) · 1.09 KB
/
flash.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
name: Flash
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: krdlab/setup-haxe@v1
with:
haxe-version: 4.1.5
- name: Set up Haxelib dependencies
run: |
haxelib install lime 7.8.0 --quiet
haxelib install openfl 8.9.7 --quiet
haxelib install actuate --quiet
haxelib install markdown-openfl-textfield --quiet
haxelib install feathersui --quiet
haxelib git moonshine-openfl-language-client https://github.com/Moonshine-IDE/moonshine-openfl-language-client.git --quiet
haxelib dev moonshine-feathersui-text-editor $GITHUB_WORKSPACE
- name: Build Flash .swc library
run: haxelib run openfl build flash -debug
- uses: actions/upload-artifact@v3
with:
name: moonshine-feathersui-text-editor-flash
path: |
bin/flash/bin/*.swc
src/
README.md
LICENSE
if-no-files-found: error