mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-05 22:38:44 +00:00
upd
This commit is contained in:
parent
8ff31222f3
commit
5249037ea1
1 changed files with 12 additions and 4 deletions
16
.github/workflows/blank.yml
vendored
16
.github/workflows/blank.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue