OSDN Git Service

move to travis
authorSHIRAKATA Kentaro <argrath@ub32.org>
Mon, 3 Sep 2018 16:17:48 +0000 (01:17 +0900)
committerSHIRAKATA Kentaro <argrath@ub32.org>
Mon, 3 Sep 2018 16:47:55 +0000 (01:47 +0900)
.travis.yml [new file with mode: 0644]
circle.yml [deleted file]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..11c2240
--- /dev/null
@@ -0,0 +1,9 @@
+language: c
+
+install:
+- sudo apt-get update; sudo apt-get install nkf
+
+script:
+- find . -type f |xargs nkf -e --overwrite
+- sh sys/unix/setup.sh sys/unix/hints/linux
+- make install
diff --git a/circle.yml b/circle.yml
deleted file mode 100644 (file)
index 6d42222..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-dependencies:
-  pre:
-    - sudo apt-get update; sudo apt-get install nkf
-
-test:
-  pre:
-    - find . -type f |xargs nkf -e --overwrite
-    - sh sys/unix/setup.sh sys/unix/hints/linux
-  override:
-    - make install