Skip to content

Commit

Permalink
New Core and Michelson versions
Browse files Browse the repository at this point in the history
  • Loading branch information
joaosreis committed May 18, 2022
1 parent 12b3d82 commit 914b4ec
Show file tree
Hide file tree
Showing 9,827 changed files with 1,897,522 additions and 1,902,285 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
35 changes: 35 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: Build and test

on:
pull_request:
push:

jobs:
build:
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
ocaml-compiler:
- 4.11.x
- 4.12.x
- 4.13.x
- 4.14.x

runs-on: ${{ matrix.os }}

steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Use OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}

- run: opam install . --deps-only --with-test

- run: opam exec -- dune build

- run: opam exec -- dune runtest
340 changes: 0 additions & 340 deletions .gitlab-ci.yml

This file was deleted.

Loading

0 comments on commit 914b4ec

Please sign in to comment.