Skip to content

Commit

Permalink
Test res
Browse files Browse the repository at this point in the history
  • Loading branch information
cknitt committed Jul 2, 2024
1 parent 101ec13 commit 2e28af7
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4

- name: Cache apt packages for setup-ocaml
uses: awalsh128/[email protected]
with:
packages: bubblewrap darcs g++-multilib gcc-multilib mercurial musl-tools rsync
version: v2
# - name: Checkout
# uses: actions/checkout@v4

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

- name: Check output
run: file a.out
# - name: Check output
# run: file a.out

# - name: Run output
# run: ./a.out

- uses: Checkout ReScript
with:
repository: https://github.com/rescript-lang/rescript-compiler.git

- run: opam install . --deps-only

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

0 comments on commit 2e28af7

Please sign in to comment.