Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesisfeline authored Dec 16, 2023
1 parent 8665257 commit 391fc09
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ jobs:
sudo apt-get install libvlccore-dev
haxelib setup ~/haxelib
haxelib install hxcpp > /dev/null --quiet
haxelib install lime
haxelib install format > nul
haxelib install lime --quiet
haxelib install format > nul --quiet
haxe -cp ./setup -D analyzer-optimize -main Main --interp
haxelib git systools https://github.com/haya3218/retools
- name: Skip SScript setup mode
run: echo 'oy9:showMacroty8:loopCosti25y10:includeAllfg' >> ~/settings.cocoa
- name: Rebuild systools
run: |
haxelib install lime
haxelib install lime --quiet
lime rebuild systools linux
- name: Create Version Tag
run: echo "${{github.run_id}}" > VERSION
Expand All @@ -75,16 +75,18 @@ jobs:
run: |
haxelib setup C:/haxelib
haxelib install hxcpp > /dev/null --quiet
haxelib install lime
haxelib install format > nul
haxelib install lime --quiet
haxelib install format > nul --quiet
haxe -cp ./setup -D analyzer-optimize -main Main --interp
haxelib git systools https://github.com/haya3218/retools
shell: cmd
- name: Skip SScript setup mode
run: echo 'oy9:showMacroty8:loopCosti25y10:includeAllfg' >> %USERPROFILE%/settings.cocoa
shell: cmd
- name: Rebuild systools
run: lime rebuild systools windows
run: |
haxelib install lime --quiet
lime rebuild systools windows
- name: Create Version Tag
run: echo "${{github.run_id}}" > VERSION
- name: Compile
Expand All @@ -109,14 +111,16 @@ jobs:
run: |
haxelib setup ~/haxelib
haxelib install hxcpp > /dev/null --quiet
haxelib install lime
haxelib install format > nul
haxelib install lime --quiet
haxelib install format > nul --quiet
haxe -cp ./setup -D analyzer-optimize -main Main --interp
haxelib git systools https://github.com/haya3218/retools
- name: Skip SScript setup mode
run: echo 'oy9:showMacroty8:loopCosti25y10:includeAllfg' >> ~/settings.cocoa
- name: Rebuild systools
run: lime rebuild systools mac
run: |
haxelib install lime --quiet
lime rebuild systools mac
- name: Create Version Tag
run: echo "${{github.run_id}}" > VERSION
- name: Compile
Expand Down

0 comments on commit 391fc09

Please sign in to comment.