Browse Source

Fix ci

Add atdgen when building oclaunch, it's required.
Leo 8 years ago
parent
commit
e5e42d305a
5 changed files with 19 additions and 14 deletions
  1. 3 2
      INSTALL.md
  2. 2 2
      _oasis
  3. 4 1
      _tags
  4. 1 0
      opam
  5. 9 9
      setup.ml

+ 3 - 2
INSTALL.md

@@ -1,5 +1,5 @@
 <!--- OASIS_START --->
-<!--- DO NOT EDIT (digest: dfc12b53a03502f7cab918171a5b3584) --->
+<!--- DO NOT EDIT (digest: 2c6cebfec70788a5252cb011aa9c4cdf) --->
 
 This is the INSTALL file for the OcLaunch distribution.
 
@@ -16,9 +16,10 @@ In order to compile this package, you will need:
 * core
 * textutils
 * re2
+* atdgen
+* yojson for executable oclaunch
 * alcotest for executable run_test
 * oUnit for executable run_test
-* atdgen for executable run_test
 
 Installing
 ==========

+ 2 - 2
_oasis

@@ -8,7 +8,7 @@ License:     CeCILL
 LicenseFile: LICENSE
 Copyrights: (C) 2014-2016 Joly Clément
 Homepage: https://oclaunch.eu.org
-BuildTools: ocamlbuild, camlp4o
+BuildTools: ocamlbuild
 Plugins: StdFiles (0.4), DevFiles (0.4)
 XStdFilesREADME: true
 XStdFilesINSTALL: true
@@ -20,7 +20,7 @@ Description: [![licence CeCILL](https://img.shields.io/badge/licence-CeCILL-blue
 Executable oclaunch
   Path:       src
   MainIs:     oclaunch.ml
-  BuildDepends: core, textutils, threads, re2
+  BuildDepends: core, textutils, threads, re2, atdgen, yojson
   CompiledObject: best
 
 Executable run_test

+ 4 - 1
_tags

@@ -1,5 +1,5 @@
 # OASIS_START
-# DO NOT EDIT (digest: ab4397cf4812957f99ba92865bd49716)
+# DO NOT EDIT (digest: aae44abd7445bfd1f8f3765494c03212)
 # Ignore VCS directories, you can use the same kind of rule outside
 # OASIS_START/STOP if you want to exclude directories that contains
 # useless stuff for the build process
@@ -15,10 +15,13 @@ true: annot, bin_annot
 "_darcs": -traverse
 "_darcs": not_hygienic
 # Executable oclaunch
+<src/oclaunch.{native,byte}>: pkg_atdgen
 <src/oclaunch.{native,byte}>: pkg_core
 <src/oclaunch.{native,byte}>: pkg_re2
 <src/oclaunch.{native,byte}>: pkg_textutils
 <src/oclaunch.{native,byte}>: pkg_threads
+<src/oclaunch.{native,byte}>: pkg_yojson
+<src/*.ml{,i,y}>: pkg_yojson
 # Executable run_test
 <src/test/test.{native,byte}>: pkg_alcotest
 <src/test/test.{native,byte}>: pkg_atdgen

+ 1 - 0
opam

@@ -20,6 +20,7 @@ remove: ["ocamlfind" "remove" "oclaunch"]
 depends: [
   "ocamlbuild"
   "atdgen" {>= "1.9.1"} { build }
+  "yojson"
   "base-threads"
   "core" {>= "112.35.00"}
   "textutils"

+ 9 - 9
setup.ml

@@ -1,7 +1,7 @@
 (* setup.ml generated for the first time by OASIS v0.4.5 *)
 
 (* OASIS_START *)
-(* DO NOT EDIT (digest: 1ca6c0252665417f28aaddffe571b385) *)
+(* DO NOT EDIT (digest: d4524a6c05f25afe1ee4fa5e2e73f4ae) *)
 (*
    Regenerated by OASIS v0.4.6
    Visit http://oasis.forge.ocamlcore.org for more information and
@@ -6970,10 +6970,11 @@ let setup_t =
                            FindlibPackage ("core", None);
                            FindlibPackage ("textutils", None);
                            FindlibPackage ("threads", None);
-                           FindlibPackage ("re2", None)
+                           FindlibPackage ("re2", None);
+                           FindlibPackage ("atdgen", None);
+                           FindlibPackage ("yojson", None)
                         ];
-                      bs_build_tools =
-                        [ExternalTool "ocamlbuild"; ExternalTool "camlp4o"];
+                      bs_build_tools = [ExternalTool "ocamlbuild"];
                       bs_c_sources = [];
                       bs_data_files = [];
                       bs_ccopt = [(OASISExpr.EBool true, [])];
@@ -7009,8 +7010,7 @@ let setup_t =
                            FindlibPackage ("threads", None);
                            FindlibPackage ("re2", None)
                         ];
-                      bs_build_tools =
-                        [ExternalTool "ocamlbuild"; ExternalTool "camlp4o"];
+                      bs_build_tools = [ExternalTool "ocamlbuild"];
                       bs_c_sources = [];
                       bs_data_files = [];
                       bs_ccopt = [(OASISExpr.EBool true, [])];
@@ -7046,8 +7046,7 @@ let setup_t =
                                 OASISExpr.EFlag "tests"),
                              true)
                         ];
-                      test_tools =
-                        [ExternalTool "ocamlbuild"; ExternalTool "camlp4o"]
+                      test_tools = [ExternalTool "ocamlbuild"]
                    })
             ];
           plugins =
@@ -7061,7 +7060,8 @@ let setup_t =
        };
      oasis_fn = Some "_oasis";
      oasis_version = "0.4.6";
-     oasis_digest = Some "M\242\023\236\1677[5P\200\134\219\015\016\005\173";
+     oasis_digest =
+       Some "\154\022\180|\210\223\169\217\025\237O\1643\228\200z";
      oasis_exec = None;
      oasis_setup_args = [];
      setup_update = false