]> git.jsancho.org Git - lugaru.git/commitdiff
CI: Add .doozer.json
authorNeal Gompa <ngompa13@gmail.com>
Wed, 16 Nov 2016 12:43:54 +0000 (07:43 -0500)
committerNeal Gompa <ngompa13@gmail.com>
Wed, 16 Nov 2016 12:45:12 +0000 (07:45 -0500)
.doozer.json [new file with mode: 0644]

diff --git a/.doozer.json b/.doozer.json
new file mode 100644 (file)
index 0000000..27a7508
--- /dev/null
@@ -0,0 +1,14 @@
+{
+  "targets": {
+    "centos7-x86_64": {
+      "buildenv": "centos7-x86_64",
+      "builddeps": ["/usr/bin/cmake3", "pkgconfig(libjpeg)", "pkgconfig(openal)", "pkgconfig(sdl)", "pkgconfig(glu)", "pkgconfig(libpng)", "pkgconfig(zlib)", "pkgconfig(vorbis)", "pkgconfig(vorbisfile)", "pkgconfig(ogg)", "make"],
+      "buildcmd": ["cmake . -DLUGARU_INSTALL_PREFIX=/opt/osslugaru/lugaru/gcc-build", "make -j4"]
+    },
+    "macosx": {
+      "buildenv": "osx",
+      "buildcmd": ["cmake . -DLUGARU_INSTALL_PREFIX=/opt/osslugaru/lugaru/gcc-build", "make -j4"]
+    }
+  }
+}
+