File tree 5 files changed +113
-82
lines changed
5 files changed +113
-82
lines changed Original file line number Diff line number Diff line change 37
37
ocaml-version : ${{ matrix.ocaml-version }}
38
38
- run : opam pin add -n .
39
39
- name : Packages
40
- run : opam depext -yt cstruct cstruct-sexp cstruct-unix cstruct-lwt ppx_cstruct
40
+ run : opam depext -yt cstruct cstruct-sexp cstruct-unix cstruct-lwt
41
41
- name : Build
42
- run : opam install -t cstruct cstruct-sexp cstruct-unix cstruct-lwt ppx_cstruct
42
+ run : opam install -t cstruct cstruct-sexp cstruct-unix cstruct-lwt
43
+ ppx :
44
+ name : PPX
45
+ runs-on : ${{ matrix.operating-system }}
46
+ strategy :
47
+ fail-fast : false
48
+ matrix :
49
+ ocaml-version : [ '4.10.0', '4.08.1', '4.07.1' ]
50
+ operating-system : [macos-latest, ubuntu-latest, windows-latest]
51
+ steps :
52
+ - uses : actions/checkout@v2
53
+ - uses : avsm/setup-ocaml@v1
54
+ with :
55
+ ocaml-version : ${{ matrix.ocaml-version }}
56
+ - run : opam pin add -n .
57
+ - name : Packages
58
+ run : opam depext -yt ppx_cstruct
59
+ - name : Build
60
+ run : opam install -t ppx_cstruct
43
61
async :
44
62
name : Async
45
63
runs-on : ${{ matrix.operating-system }}
Original file line number Diff line number Diff line change 4
4
(kind ppx_rewriter)
5
5
(wrapped false)
6
6
(ppx_runtime_libraries cstruct stdlib-shims)
7
- (preprocess
8
- (pps ppx_tools_versioned.metaquot_411))
9
- (libraries sexplib ocaml-migrate-parsetree ppx_tools_versioned
10
- ppx_tools_versioned.metaquot_411 bigarray stdlib-shims))
7
+ (preprocess (pps ppxlib.metaquot))
8
+ (libraries sexplib ppxlib bigarray stdlib-shims))
You can’t perform that action at this time.
0 commit comments