OSDN Git Service

Add circleci CI
authora <a@b.c>
Mon, 26 Mar 2018 19:20:10 +0000 (21:20 +0200)
committera <a@b.c>
Mon, 26 Mar 2018 19:20:10 +0000 (21:20 +0200)
.circleci/config.yml [new file with mode: 0644]

diff --git a/.circleci/config.yml b/.circleci/config.yml
new file mode 100644 (file)
index 0000000..255a520
--- /dev/null
@@ -0,0 +1,19 @@
+version: 2
+jobs:
+  build:
+    docker:
+      - image: debian:stretch
+    steps:
+      - checkout
+      - run:
+          name: Set distro
+          command: perl set.pl 'debian'
+      - run:
+          name: Generate Makefiles
+          command: autoreconf -if
+      - run:
+          name: Run configure
+          command: ./configure --without-pci --without-alsa --without-ncurses
+      - run:
+          name: Run make
+          command: make