mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
CI: prepare main CI for cross-compilation
Signed-off-by: Kakadu <Kakadu@pm.me>
This commit is contained in:
parent
92cc13f1fd
commit
ccfb88cb9d
1 changed files with 3 additions and 1 deletions
4
.github/workflows/blank.yml
vendored
4
.github/workflows/blank.yml
vendored
|
|
@ -36,6 +36,8 @@ jobs:
|
|||
ocaml-compiler: ${{ matrix.ocaml-compiler }}
|
||||
|
||||
- run: gcc --version
|
||||
- name: Prepare to install cross-compiler (Ubuntu specific)
|
||||
run: dpkg --add-architecture i386
|
||||
|
||||
- run: opam pin add Lama.dev . --no-action
|
||||
- run: opam depext Lama.dev --yes --with-test
|
||||
|
|
@ -52,7 +54,7 @@ jobs:
|
|||
- 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 -- dune test regression
|
||||
- run: opam exec -- make regression-all
|
||||
|
||||
# fails on mac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue