aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-10-08 12:15:48 +0200
committerLoïc Hoguin <[email protected]>2016-10-08 12:15:48 +0200
commit1ad77e2825aa654bd558ce4fe86191cca355dcc0 (patch)
treecfd5b22b852aed774e188f469a737d13bff862ec
parent97fd86190ae69b7416bd0a1dff817b1423f2dc91 (diff)
downloadranch-1ad77e2825aa654bd558ce4fe86191cca355dcc0.tar.gz
ranch-1ad77e2825aa654bd558ce4fe86191cca355dcc0.tar.bz2
ranch-1ad77e2825aa654bd558ce4fe86191cca355dcc0.zip
Remove AppVeyor/CircleCI files
-rw-r--r--appveyor.yml7
-rw-r--r--circle.yml22
2 files changed, 0 insertions, 29 deletions
diff --git a/appveyor.yml b/appveyor.yml
deleted file mode 100644
index 70f0ced..0000000
--- a/appveyor.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-build_script:
-- C:\msys64\usr\bin\bash -lc "pacman --needed --noconfirm -Sy pacman-mirrors"
-- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Sy"
-- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S git make"
-test_script:
-- C:\msys64\usr\bin\bash -lc "cd $APPVEYOR_BUILD_FOLDER && make dialyze"
-- C:\msys64\usr\bin\bash -lc "cd $APPVEYOR_BUILD_FOLDER && make tests"
diff --git a/circle.yml b/circle.yml
deleted file mode 100644
index 330552f..0000000
--- a/circle.yml
+++ /dev/null
@@ -1,22 +0,0 @@
-general:
- artifacts:
- - "logs"
-
-dependencies:
- cache_directories:
- - "~/.kerl"
- - "~/erlang"
-
- pre:
- - sudo apt-get update
- - sudo apt-get install autoconf2.59
- - cd $HOME/bin && ln -s /usr/bin/autoconf2.59 autoconf
- - cd $HOME/bin && ln -s /usr/bin/autoheader2.59 autoheader
- - make ci-prepare:
- timeout: 7200
-
-test:
- override:
- - source $HOME/erlang/OTP-*/activate && make dialyze
- - make -k ci:
- timeout: 3600