This commit is contained in:
danyaberezun 2025-02-28 14:43:20 +01:00
parent 8ff31222f3
commit 5249037ea1

View file

@ -44,11 +44,19 @@ jobs:
- run: rm -fr runtime32
if: ${{ matrix.os == 'macos-latest' }}
- run: opam exec -- dune b src runtime stdlib tutorial
if: ${{ matrix.os == 'macos-latest' }}
- run: opam exec -- make install
if: ${{ matrix.os != 'macos-latest' }}
- run: opam exec -- dune b
- run: opam exec -- dune install
- run: opam exec -- make regression-all
# works
# - run: rm -fr runtime32
# if: ${{ matrix.os == 'macos-latest' }}
# - run: opam exec -- dune b src runtime stdlib tutorial
# if: ${{ matrix.os == 'macos-latest' }}
# - run: opam exec -- make install
# if: ${{ matrix.os != 'macos-latest' }}
# - run: opam exec -- make regression-all
# - run: opam exec -- dune test stdlib/regression -j1
# - run: opam exec -- dune b
# - run: opam exec -- dune b @install