This commit is contained in:
danyaberezun 2025-02-28 15:20:46 +01:00
parent fc1ed3da7f
commit 2c0f13fb18

View file

@ -45,6 +45,10 @@ jobs:
- run: rm -fr runtime32 - run: rm -fr runtime32
if: ${{ matrix.os == 'macos-latest' }} if: ${{ matrix.os == 'macos-latest' }}
- run: opam exec -- dune b - run: opam exec -- dune b
- run: opam exec -- dune b src runtime runtime32 stdlib tutorial
if: ${{ matrix.os != 'macos-latest' }}
- run: opam exec -- dune b src runtime stdlib tutorial
if: ${{ matrix.os == 'macos-latest' }}
- run: opam exec -- dune b @install --profile=release - run: opam exec -- dune b @install --profile=release
- run: opam exec -- dune install --profile=release - run: opam exec -- dune install --profile=release
- run: opam exec -- make regression-all - run: opam exec -- make regression-all