mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
upd
This commit is contained in:
parent
51d447ac87
commit
3f3fe7c83b
1 changed files with 3 additions and 0 deletions
3
.github/workflows/blank.yml
vendored
3
.github/workflows/blank.yml
vendored
|
|
@ -44,7 +44,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 src runtime stdlib tutorial
|
||||||
|
if: ${{ matrix.os == 'macos-latest' }}
|
||||||
- run: opam exec -- make install
|
- run: opam exec -- make install
|
||||||
|
if: ${{ matrix.os != 'macos-latest' }}
|
||||||
- run: opam exec -- make regression
|
- run: opam exec -- make regression
|
||||||
# - run: opam exec -- dune test stdlib/regression -j1
|
# - run: opam exec -- dune test stdlib/regression -j1
|
||||||
# - run: opam exec -- dune b
|
# - run: opam exec -- dune b
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue