Skip to content

Commit

Permalink
Attempt 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Reycko committed Mar 4, 2024
1 parent 45410a9 commit c3c3d35
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ name: Build
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ remake ]
branches: [ temp-workflow-fix-attempts ]
pull_request:
branches: [ remake ]
branches: [ temp-workflow-fix-attempts ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -36,6 +36,8 @@ jobs:
sudo apt-get install libvlccore-dev
haxelib setup ~/haxelib
haxelib install hxcpp > /dev/null --quiet
haxelib install sscript > /dev/null --quiet
haxelib set sscript 7.7.0 > /dev/null --quiet
haxe -cp ./setup -D analyzer-optimize -main Main --interp
- name: Skip SScript setup mode
run: echo 'oy9:showMacroty8:loopCosti25y10:includeAllfg' >> ~/settings.cocoa
Expand Down Expand Up @@ -65,6 +67,8 @@ jobs:
run: |
haxelib setup C:/haxelib
haxelib install hxcpp > /dev/null --quiet
haxelib install sscript > /dev/null --quiet
haxelib set sscript 7.7.0 > /dev/null --quiet
haxe -cp ./setup -D analyzer-optimize -main Main --interp
shell: cmd
- name: Skip SScript setup mode
Expand Down Expand Up @@ -94,6 +98,8 @@ jobs:
run: |
haxelib setup ~/haxelib
haxelib install hxcpp > /dev/null --quiet
haxelib install sscript > /dev/null --quiet
haxelib set sscript 7.7.0 > /dev/null --quiet
haxe -cp ./setup -D analyzer-optimize -main Main --interp
- name: Skip SScript setup mode
run: echo 'oy9:showMacroty8:loopCosti25y10:includeAllfg' >> ~/settings.cocoa
Expand Down

0 comments on commit c3c3d35

Please sign in to comment.