Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
tobil4sk committed Dec 7, 2024
1 parent a873695 commit f471ae5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ jobs:
# can't figure out how to pass the number of cores here :/
echo exec -- make "-j=$env:NUMBER_OF_PROCESSORS"
echo "exec -- make -j=$env:NUMBER_OF_PROCESSORS"
(& opam env) -split '\r?\n' | ForEach-Object { Invoke-Expression $_ }
opam exec -- make -s -f Makefile.win -j "$env:NUMBER_OF_PROCESSORS" haxe
opam exec -- make -s -f Makefile.win haxelib
opam exec -- make -f Makefile.win echo_package_files package_bin package_installer_win package_choco
Expand Down
1 change: 1 addition & 0 deletions extra/github-actions/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
# can't figure out how to pass the number of cores here :/
echo exec -- make "-j=$env:NUMBER_OF_PROCESSORS"
echo "exec -- make -j=$env:NUMBER_OF_PROCESSORS"
(& opam env) -split '\r?\n' | ForEach-Object { Invoke-Expression $_ }
opam exec -- make -s -f Makefile.win -j "$env:NUMBER_OF_PROCESSORS" haxe
opam exec -- make -s -f Makefile.win haxelib
opam exec -- make -f Makefile.win echo_package_files package_bin package_installer_win package_choco
Expand Down

0 comments on commit f471ae5

Please sign in to comment.