mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-05 22:38:44 +00:00
should work; and installs on mac
This commit is contained in:
parent
7356ddc80d
commit
aead6095c7
1 changed files with 16 additions and 15 deletions
31
.github/workflows/blank.yml
vendored
31
.github/workflows/blank.yml
vendored
|
|
@ -42,24 +42,25 @@ jobs:
|
||||||
- run: opam install . --deps-only --with-test
|
- run: opam install . --deps-only --with-test
|
||||||
- run: eval $(opam env)
|
- run: eval $(opam env)
|
||||||
|
|
||||||
# - 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 runtime32 stdlib tutorial
|
- run: opam exec -- dune b src runtime runtime32 stdlib tutorial
|
||||||
# if: ${{ matrix.os != 'macos-latest' }}
|
if: ${{ matrix.os != 'macos-latest' }}
|
||||||
# - run: opam exec -- dune b src runtime stdlib tutorial
|
- run: opam exec -- dune b src runtime stdlib tutorial
|
||||||
# if: ${{ matrix.os == 'macos-latest' }}
|
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 test stdlib/regression
|
|
||||||
# - run: opam exec -- dune test regression_long
|
|
||||||
# - run: opam exec -- dune test regression
|
|
||||||
# - run: opam exec -- make regression-all
|
|
||||||
|
|
||||||
- run: opam exec -- dune b
|
|
||||||
- run: opam exec -- dune install --profile=release
|
- run: opam exec -- dune install --profile=release
|
||||||
- run: opam exec -- dune test stdlib/regression
|
- run: opam exec -- dune test stdlib/regression
|
||||||
- run: opam exec -- dune test regression
|
|
||||||
- run: opam exec -- dune test regression_long
|
- run: opam exec -- dune test regression_long
|
||||||
|
- run: opam exec -- dune test regression
|
||||||
|
- run: opam exec -- make regression-all
|
||||||
|
|
||||||
|
# fails on mac
|
||||||
|
# - run: opam exec -- dune b
|
||||||
|
# - run: opam exec -- dune install --profile=release
|
||||||
|
# - run: opam exec -- dune test stdlib/regression
|
||||||
|
# - run: opam exec -- dune test regression
|
||||||
|
# - run: opam exec -- dune test regression_long
|
||||||
|
|
||||||
# works
|
# works
|
||||||
# - run: rm -fr runtime32
|
# - run: rm -fr runtime32
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue