Skip to content

Commit

Permalink
build all
Browse files Browse the repository at this point in the history
  • Loading branch information
aryx committed Apr 22, 2024
1 parent f560753 commit 94761d9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build-and-test.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,15 @@ local job = {
./test.sh
|||,
},
{
name: 'Build all xix',
run: |||
export MKSHELL=`which rc`
export PATH=`pwd`/bin:$PATH
mk depend
mk
|||,
},
],
};

Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ jobs:
- name: Basic test
run: |
./test.sh
- name: Build all xix
run: |
export MKSHELL=`which rc`
export PATH=`pwd`/bin:$PATH
mk depend
mk
strategy:
matrix:
ocaml-compiler:
Expand Down

0 comments on commit 94761d9

Please sign in to comment.