mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
try
This commit is contained in:
parent
fc1ed3da7f
commit
2c0f13fb18
1 changed files with 4 additions and 0 deletions
4
.github/workflows/blank.yml
vendored
4
.github/workflows/blank.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue