We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 101ec13 commit c3353d8Copy full SHA for c3353d8
.github/workflows/ci.yml
@@ -9,14 +9,8 @@ jobs:
9
runs-on: ubuntu-latest
10
11
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
+ # - name: Checkout
+ # uses: actions/checkout@v4
20
21
- name: Setup OCaml
22
uses: ocaml/[email protected]
@@ -29,8 +23,16 @@ jobs:
29
23
- name: Test compile
30
24
run: opam exec -- ocamlopt -ccopt -static a.ml
31
25
32
- - name: Check output
33
- run: file a.out
26
+ # - name: Check output
27
+ # run: file a.out
28
+
+ # - name: Run output
+ # run: ./a.out
+ - uses: Checkout ReScript
+ with:
34
+ repository: https://github.com/rescript-lang/rescript-compiler.git
35
36
+ - run: opam install . --deps-only
37
- - name: Run output
- run: ./a.out
38
+ - run: dune build
0 commit comments