actions: hlc samples
This commit is contained in:
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@@ -633,12 +633,18 @@ jobs:
|
||||
lime create SimpleImage -verbose -nocolor
|
||||
lime create SimpleAudio -verbose -nocolor
|
||||
|
||||
- name: Build Lime samples
|
||||
- name: Build Lime samples (HL/JIT)
|
||||
run: |
|
||||
lime build HelloWorld hl -release -verbose -nocolor
|
||||
lime build SimpleImage hl -release -verbose -nocolor
|
||||
lime build SimpleAudio hl -release -verbose -nocolor
|
||||
|
||||
- name: Build Lime samples (HL/C)
|
||||
run: |
|
||||
lime build HelloWorld hlc -release -verbose -nocolor
|
||||
lime build SimpleImage hlc -release -verbose -nocolor
|
||||
lime build SimpleAudio hlc -release -verbose -nocolor
|
||||
|
||||
html5-samples:
|
||||
needs: package-haxelib
|
||||
runs-on: macos-11
|
||||
|
||||
Reference in New Issue
Block a user