Skip to content
This repository has been archived by the owner on Oct 13, 2022. It is now read-only.

Commit

Permalink
update drone ci
Browse files Browse the repository at this point in the history
  • Loading branch information
avsm committed May 24, 2021
1 parent 7100e9a commit 225febe
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
kind: pipeline
name: 4.10.0+multicore-opam
name: 4.12.0+domains

platform:
os: linux
arch: amd64

steps:
- name: 4.10.0+multicore-opam
image: ocurrent/opam:ubuntu-18.04-ocaml-4.10
- name: 4.12.0+domains
image: ocaml/opam:debian-10-ocaml-4.12-domains
commands:
- opam update
- opam switch create 4.10.0+multicore --packages=ocaml-variants.4.10.0+multicore --repositories=multicore=git+https://github.com/ocaml-multicore/multicore-opam.git,default
- opam repo add --set-default .
- eval $(opam env)
- opam --version
- opam switch
- opam list
- opam install dune domainslib
- opam install -y dune domainslib

0 comments on commit 225febe

Please sign in to comment.