Skip to content

Commit 2e28af7

Browse files
committed
Test res
1 parent 101ec13 commit 2e28af7

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

.github/workflows/ci.yml

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,8 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- name: Checkout
13-
uses: actions/checkout@v4
14-
15-
- name: Cache apt packages for setup-ocaml
16-
uses: awalsh128/[email protected]
17-
with:
18-
packages: bubblewrap darcs g++-multilib gcc-multilib mercurial musl-tools rsync
19-
version: v2
12+
# - name: Checkout
13+
# uses: actions/checkout@v4
2014

2115
- name: Setup OCaml
2216
uses: ocaml/[email protected]
@@ -29,8 +23,16 @@ jobs:
2923
- name: Test compile
3024
run: opam exec -- ocamlopt -ccopt -static a.ml
3125

32-
- name: Check output
33-
run: file a.out
26+
# - name: Check output
27+
# run: file a.out
28+
29+
# - name: Run output
30+
# run: ./a.out
31+
32+
- uses: Checkout ReScript
33+
with:
34+
repository: https://github.com/rescript-lang/rescript-compiler.git
35+
36+
- run: opam install . --deps-only
3437

35-
- name: Run output
36-
run: ./a.out
38+
- run: dune build --display quiet --profile static

0 commit comments

Comments
 (0)