aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-12-18 19:29:16 +0100
committerLoïc Hoguin <[email protected]>2015-12-18 19:29:16 +0100
commit03f2c683ac17e01f16d8724b86b7ca3de6fb70e1 (patch)
tree2482f8c8f843ee0fc2f3e7145736450afff5ee80
parent13cf9ba379cfc7b2945301453ccb4c804f4e2881 (diff)
downloaderlang.mk-03f2c683ac17e01f16d8724b86b7ca3de6fb70e1.tar.gz
erlang.mk-03f2c683ac17e01f16d8724b86b7ca3de6fb70e1.tar.bz2
erlang.mk-03f2c683ac17e01f16d8724b86b7ca3de6fb70e1.zip
Tweak public CI configuration
-rw-r--r--appveyor.yml4
-rw-r--r--circle.yml4
2 files changed, 6 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 7079795..3df8dff 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -3,5 +3,5 @@ build_script:
- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Sy"
- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S gcc git make"
test_script:
-- C:\msys64\usr\bin\bash -lc "cd $APPVEYOR_BUILD_FOLDER && make -k check"
-- C:\msys64\usr\bin\bash -lc "cd $APPVEYOR_BUILD_FOLDER && make -k check LEGACY=1"
+- C:\msys64\usr\bin\bash -lc "cd $APPVEYOR_BUILD_FOLDER && make -j 8 -k check"
+- C:\msys64\usr\bin\bash -lc "cd $APPVEYOR_BUILD_FOLDER && make -j 8 -k check LEGACY=1"
diff --git a/circle.yml b/circle.yml
index e95130b..bfeb857 100644
--- a/circle.yml
+++ b/circle.yml
@@ -2,6 +2,10 @@ general:
artifacts:
- "test/pkgs.log"
+ branches:
+ ignore:
+ - gh-pages
+
dependencies:
cache_directories:
- "~/.kerl"