aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-11-26 22:45:04 +0100
committerLoïc Hoguin <[email protected]>2018-11-26 22:45:04 +0100
commit39ff1e35846cd55bdbea7f5e8e4fdfd69307efd6 (patch)
tree41b3db44af2738bafa59448ba809237b761561e6
parent8227f21b439cfb0d46ec93c9735147549c3edf40 (diff)
downloadci-39ff1e35846cd55bdbea7f5e8e4fdfd69307efd6.tar.gz
ci-39ff1e35846cd55bdbea7f5e8e4fdfd69307efd6.tar.bz2
ci-39ff1e35846cd55bdbea7f5e8e4fdfd69307efd6.zip
Add a few packages and update pipelines
-rwxr-xr-xarchlinux.sh2
-rw-r--r--pipelines/cowboy6
-rw-r--r--pipelines/erlang-dot-mk27
-rwxr-xr-xubuntu.sh2
4 files changed, 20 insertions, 17 deletions
diff --git a/archlinux.sh b/archlinux.sh
index 75cbd83..c0fd45f 100755
--- a/archlinux.sh
+++ b/archlinux.sh
@@ -9,7 +9,7 @@ RELEASE=current
ARCH=amd64
PACKAGES="cronie openssh openssl-1.0 zsh vim sudo erlang-nox git make \
autoconf automake gcc go glide mercurial subversion rsync \
- sdl2 sdl2_image sdl2_ttf gnu-netcat cppcheck clang"
+ sdl2 sdl2_image sdl2_ttf gnu-netcat cppcheck clang p7zip unzip"
for f in ci.d/*; do source "$f"; done
diff --git a/pipelines/cowboy b/pipelines/cowboy
index 1c4a505..b102aac 100644
--- a/pipelines/cowboy
+++ b/pipelines/cowboy
@@ -38,10 +38,10 @@
"CI_ERLANG_MK": "1"
},
"scheduled_builds_count": 0,
- "running_builds_count": 1,
+ "running_builds_count": 0,
"scheduled_jobs_count": 0,
- "running_jobs_count": 4,
- "waiting_jobs_count": 3,
+ "running_jobs_count": 0,
+ "waiting_jobs_count": 0,
"steps": [
{
"type": "script",
diff --git a/pipelines/erlang-dot-mk b/pipelines/erlang-dot-mk
index dbbd17b..9089d81 100644
--- a/pipelines/erlang-dot-mk
+++ b/pipelines/erlang-dot-mk
@@ -15,16 +15,19 @@
"provider": {
"id": "github",
"settings": {
- "publish_commit_status": true,
+ "trigger_mode": "code",
"build_pull_requests": false,
+ "pull_request_branch_filter_enabled": false,
+ "skip_pull_request_builds_for_existing_commits": true,
"build_pull_request_forks": false,
+ "prefix_pull_request_fork_branch_names": true,
"build_tags": false,
+ "publish_commit_status": true,
"publish_commit_status_per_step": true,
- "trigger_mode": "code",
+ "separate_pull_request_statuses": false,
+ "publish_blocked_as_pending": false,
"repository": "ninenines/erlang.mk",
- "skip_pull_request_builds_for_existing_commits": true,
- "pull_request_branch_filter_configuration": "",
- "pull_request_branch_filter_enabled": false
+ "pull_request_branch_filter_configuration": ""
},
"webhook_url": "https://webhook.buildkite.com/deliver/abb14e9b80ef76a8a921e77cb7f25be3d1ab5ace1519b96fad"
},
@@ -43,7 +46,7 @@
{
"type": "script",
"name": "Arch Linux",
- "command": "make check -j 8 -k\r\nmake check LEGACY=1 -j 8 -k",
+ "command": "make check -j 8 -k LATEST_ERLANG_OTP=1\r\nmake check LEGACY=1 -j 8 -k LATEST_ERLANG_OTP=1",
"artifact_paths": "logs.html",
"branch_configuration": "",
"env": {
@@ -59,7 +62,7 @@
{
"type": "script",
"name": "FreeBSD",
- "command": "gmake check -j 8 -k\r\ngmake check LEGACY=1 -j 8 -k",
+ "command": "gmake check -j 8 -k LATEST_ERLANG_OTP=1\r\ngmake check LEGACY=1 -j 8 -k LATEST_ERLANG_OTP=1",
"artifact_paths": "logs.html",
"branch_configuration": "",
"env": {
@@ -75,7 +78,7 @@
{
"type": "script",
"name": "OSX",
- "command": "gmake check -j 8 -k\r\ngmake check LEGACY=1 -j 8 -k",
+ "command": "gmake check -j 8 -k LATEST_ERLANG_OTP=1\r\ngmake check LEGACY=1 -j 8 -k LATEST_ERLANG_OTP=1",
"artifact_paths": "logs.html",
"branch_configuration": "",
"env": {
@@ -91,7 +94,7 @@
{
"type": "script",
"name": "Ubuntu",
- "command": "make check -j 8 -k\r\nmake check LEGACY=1 -j 8 -k",
+ "command": "make check -j 8 -k LATEST_ERLANG_OTP=1\r\nmake check LEGACY=1 -j 8 -k LATEST_ERLANG_OTP=1",
"artifact_paths": "logs.html",
"branch_configuration": "",
"env": {
@@ -110,7 +113,7 @@
{
"type": "script",
"name": "Alpine",
- "command": "make check -j 8 -k\r\nmake check LEGACY=1 -j 8 -k",
+ "command": "make check -j 8 -k LATEST_ERLANG_OTP=1\r\nmake check LEGACY=1 -j 8 -k LATEST_ERLANG_OTP=1",
"artifact_paths": "logs.html",
"branch_configuration": "",
"env": {
@@ -126,7 +129,7 @@
{
"type": "script",
"name": "Debian",
- "command": "make check -j 8 -k\r\nmake check LEGACY=1 -j 8 -k",
+ "command": "make check -j 8 -k LATEST_ERLANG_OTP=1\r\nmake check LEGACY=1 -j 8 -k LATEST_ERLANG_OTP=1",
"artifact_paths": "logs.html",
"branch_configuration": "",
"env": {
@@ -145,7 +148,7 @@
{
"type": "script",
"name": "CentOS",
- "command": "make check -j 8 -k\r\nmake check LEGACY=1 -j 8 -k",
+ "command": "make check -j 8 -k LATEST_ERLANG_OTP=1\r\nmake check LEGACY=1 -j 8 -k LATEST_ERLANG_OTP=1",
"artifact_paths": "logs.html",
"branch_configuration": "",
"env": {
diff --git a/ubuntu.sh b/ubuntu.sh
index 947bb51..b2d27ca 100755
--- a/ubuntu.sh
+++ b/ubuntu.sh
@@ -10,7 +10,7 @@ ARCH=amd64
PACKAGES="curl libssl1.0-dev libncurses5-dev zsh vim sudo erlang-nox git \
make autoconf automake gcc golang golang-glide rsync \
libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev cppcheck clang \
- groff-base psmisc"
+ groff-base psmisc p7zip-full unzip subversion mercurial"
for f in ci.d/*; do source "$f"; done